Skip to content

Commit e188ce6

Browse files
authored
Merge pull request #1 from Poeschl-HomeAssistant-Addons/dependency-update
⬆️ Update alpine and syncthing to latest
2 parents 689142f + 2500777 commit e188ce6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

syncthing/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG BUILD_FROM
22
FROM $BUILD_FROM
33

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

77
COPY root /
88
RUN chmod +x /etc/s6-overlay/s6-rc.d/syncthing-setup/run

syncthing/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
build_from:
2-
armhf: ghcr.io/home-assistant/armhf-base:3.16
3-
armv7: ghcr.io/home-assistant/armv7-base:3.16
4-
aarch64: ghcr.io/home-assistant/aarch64-base:3.16
5-
amd64: ghcr.io/home-assistant/amd64-base:3.16
6-
i386: ghcr.io/home-assistant/i386-base:3.16
2+
armhf: ghcr.io/home-assistant/armhf-base:3.20
3+
armv7: ghcr.io/home-assistant/armv7-base:3.20
4+
aarch64: ghcr.io/home-assistant/aarch64-base:3.20
5+
amd64: ghcr.io/home-assistant/amd64-base:3.20
6+
i386: ghcr.io/home-assistant/i386-base:3.20

0 commit comments

Comments
 (0)