Skip to content

Commit

Permalink
Merge pull request #1 from Poeschl-HomeAssistant-Addons/dependency-up…
Browse files Browse the repository at this point in the history
…date

⬆️ Update alpine and syncthing to latest
  • Loading branch information
Poeschl authored Sep 24, 2024
2 parents 689142f + 2500777 commit e188ce6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion syncthing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BUILD_FROM
FROM $BUILD_FROM

RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \
"syncthing=1.27.4-r2"
"syncthing=1.27.12-r0"

COPY root /
RUN chmod +x /etc/s6-overlay/s6-rc.d/syncthing-setup/run
Expand Down
10 changes: 5 additions & 5 deletions syncthing/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build_from:
armhf: ghcr.io/home-assistant/armhf-base:3.16
armv7: ghcr.io/home-assistant/armv7-base:3.16
aarch64: ghcr.io/home-assistant/aarch64-base:3.16
amd64: ghcr.io/home-assistant/amd64-base:3.16
i386: ghcr.io/home-assistant/i386-base:3.16
armhf: ghcr.io/home-assistant/armhf-base:3.20
armv7: ghcr.io/home-assistant/armv7-base:3.20
aarch64: ghcr.io/home-assistant/aarch64-base:3.20
amd64: ghcr.io/home-assistant/amd64-base:3.20
i386: ghcr.io/home-assistant/i386-base:3.20

0 comments on commit e188ce6

Please sign in to comment.