From 5c093ff6ab2d4e4bba0adf1642e8d5aca8340d35 Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Tue, 3 Mar 2026 12:46:07 -0500 Subject: [PATCH] rebase to 3.23 --- Dockerfile | 6 +++--- Dockerfile.aarch64 | 6 +++--- README.md | 1 + readme-vars.yml | 1 + 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index c5fdfbe..d8a401f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM ghcr.io/linuxserver/baseimage-alpine:3.22 AS buildstage +FROM ghcr.io/linuxserver/baseimage-alpine:3.23 AS buildstage # build variables ARG SYNCTHING_RELEASE @@ -34,7 +34,7 @@ RUN \ build syncthing ############## runtime stage ############## -FROM ghcr.io/linuxserver/baseimage-alpine:3.22 +FROM ghcr.io/linuxserver/baseimage-alpine:3.23 # set version label ARG BUILD_DATE @@ -56,5 +56,5 @@ COPY --from=buildstage /tmp/sync/syncthing /usr/bin/ COPY root/ / # ports and volumes -EXPOSE 8384 22000/tcp 22000/udp 21027/UDP +EXPOSE 8384 22000/tcp 22000/udp 21027/udp VOLUME /config diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 11945e7..d5cd7be 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.22 AS buildstage +FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.23 AS buildstage # build variables ARG SYNCTHING_RELEASE @@ -34,7 +34,7 @@ RUN \ build syncthing ############## runtime stage ############## -FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.22 +FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.23 # set version label ARG BUILD_DATE @@ -56,5 +56,5 @@ COPY --from=buildstage /tmp/sync/syncthing /usr/bin/ COPY root/ / # ports and volumes -EXPOSE 8384 22000/tcp 22000/udp 21027/UDP +EXPOSE 8384 22000/tcp 22000/udp 21027/udp VOLUME /config diff --git a/README.md b/README.md index 156db95..b0f441c 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **03.03.26:** - Rebase to Alpine 3.23. * **16.08.25:** - Rebase to Alpine 3.22. * **13.08.25:** - Use double-dash long options for syncthing v2.0.0. * **03.12.24:** - Rebase to Alpine 3.21. diff --git a/readme-vars.yml b/readme-vars.yml index 4b4d39b..e4fe5e6 100755 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -72,6 +72,7 @@ init_diagram: | "syncthing:latest" <- Base Images # changelog changelogs: + - {date: "03.03.26:", desc: "Rebase to Alpine 3.23."} - {date: "16.08.25:", desc: "Rebase to Alpine 3.22."} - {date: "13.08.25:", desc: "Use double-dash long options for syncthing v2.0.0."} - {date: "03.12.24:", desc: "Rebase to Alpine 3.21."}