diff --git a/syncthing/Dockerfile b/syncthing/Dockerfile index 5742b33..53c5f25 100644 --- a/syncthing/Dockerfile +++ b/syncthing/Dockerfile @@ -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 diff --git a/syncthing/build.yaml b/syncthing/build.yaml index 05f1b7d..655e6c6 100644 --- a/syncthing/build.yaml +++ b/syncthing/build.yaml @@ -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