Skip to content

Commit

Permalink
[toogoodtogo] Update base image
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWinterstein committed Oct 6, 2023
1 parent ca55e0d commit 3ba409f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions toogoodtogo-ha-mqtt-bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [2.5.1.3] - 2023-10-06
- Update base-image

## [2.5.1.2] - 2023-01-26

- Update `toogoodtogo-ha-mqtt-bridge` to `2.5.1` (see [release notes](https://github.com/MaxWinterstein/toogoodtogo-ha-mqtt-bridge/releases))
Expand Down
2 changes: 1 addition & 1 deletion toogoodtogo-ha-mqtt-bridge/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base-python/amd64:9.0.1
ARG BUILD_FROM=ghcr.io/hassio-addons/base-python/amd64:11.0.6
FROM ${BUILD_FROM}

# add source and unpack
Expand Down
6 changes: 3 additions & 3 deletions toogoodtogo-ha-mqtt-bridge/build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base-python/aarch64:9.0.1
amd64: ghcr.io/hassio-addons/base-python/amd64:9.0.1
armv7: ghcr.io/hassio-addons/base-python/armv7:9.0.1
aarch64: ghcr.io/hassio-addons/base-python/aarch64:11.0.6
amd64: ghcr.io/hassio-addons/base-python/amd64:11.0.6
armv7: ghcr.io/hassio-addons/base-python/armv7:11.0.6
4 changes: 2 additions & 2 deletions toogoodtogo-ha-mqtt-bridge/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: TooGoodToGo Home Assistant MQTT Bridge
version: 2.5.1.2
image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
version: 2.5.1.3
# image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
slug: tgtg-ha-mqtt-bridge
description: Publish TooGoodToGo stock as MQTT messages
arch:
Expand Down

0 comments on commit 3ba409f

Please sign in to comment.