File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM ghcr.io/linuxserver/baseimage-alpine:3.22 AS buildstage
3+ FROM ghcr.io/linuxserver/baseimage-alpine:3.23 AS buildstage
44
55# build variables
66ARG SYNCTHING_RELEASE
3434 build syncthing
3535
3636# ############# runtime stage ##############
37- FROM ghcr.io/linuxserver/baseimage-alpine:3.22
37+ FROM ghcr.io/linuxserver/baseimage-alpine:3.23
3838
3939# set version label
4040ARG BUILD_DATE
@@ -56,5 +56,5 @@ COPY --from=buildstage /tmp/sync/syncthing /usr/bin/
5656COPY root/ /
5757
5858# ports and volumes
59- EXPOSE 8384 22000/tcp 22000/udp 21027/UDP
59+ EXPOSE 8384 22000/tcp 22000/udp 21027/udp
6060VOLUME /config
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.22 AS buildstage
3+ FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.23 AS buildstage
44
55# build variables
66ARG SYNCTHING_RELEASE
3434 build syncthing
3535
3636############## runtime stage ##############
37- FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.22
37+ FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.23
3838
3939# set version label
4040ARG BUILD_DATE
@@ -56,5 +56,5 @@ COPY --from=buildstage /tmp/sync/syncthing /usr/bin/
5656COPY root/ /
5757
5858# ports and volumes
59- EXPOSE 8384 22000/tcp 22000/udp 21027/UDP
59+ EXPOSE 8384 22000/tcp 22000/udp 21027/udp
6060VOLUME /config
Original file line number Diff line number Diff line change @@ -290,6 +290,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
290290
291291# # Versions
292292
293+ * ** 03.03.26:** - Rebase to Alpine 3.23.
293294* ** 16.08.25:** - Rebase to Alpine 3.22.
294295* ** 13.08.25:** - Use double-dash long options for syncthing v2.0.0.
295296* ** 03.12.24:** - Rebase to Alpine 3.21.
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ init_diagram: |
7272 "syncthing:latest" <- Base Images
7373# changelog
7474changelogs :
75+ - {date: "03.03.26:", desc: "Rebase to Alpine 3.23."}
7576 - {date: "16.08.25:", desc: "Rebase to Alpine 3.22."}
7677 - {date: "13.08.25:", desc: "Use double-dash long options for syncthing v2.0.0."}
7778 - {date: "03.12.24:", desc: "Rebase to Alpine 3.21."}
You can’t perform that action at this time.
0 commit comments