rebase to 3.23

This commit is contained in:
aptalca 2026-03-03 12:46:07 -05:00
parent d06114a618
commit 5c093ff6ab
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548
4 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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."}