Skip to content

Commit 5c093ff

Browse files
committed
rebase to 3.23
1 parent d06114a commit 5c093ff

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
66
ARG SYNCTHING_RELEASE
@@ -34,7 +34,7 @@ RUN \
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
4040
ARG BUILD_DATE
@@ -56,5 +56,5 @@ COPY --from=buildstage /tmp/sync/syncthing /usr/bin/
5656
COPY root/ /
5757

5858
# ports and volumes
59-
EXPOSE 8384 22000/tcp 22000/udp 21027/UDP
59+
EXPOSE 8384 22000/tcp 22000/udp 21027/udp
6060
VOLUME /config

Dockerfile.aarch64

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
66
ARG SYNCTHING_RELEASE
@@ -34,7 +34,7 @@ RUN \
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
4040
ARG BUILD_DATE
@@ -56,5 +56,5 @@ COPY --from=buildstage /tmp/sync/syncthing /usr/bin/
5656
COPY root/ /
5757

5858
# ports and volumes
59-
EXPOSE 8384 22000/tcp 22000/udp 21027/UDP
59+
EXPOSE 8384 22000/tcp 22000/udp 21027/udp
6060
VOLUME /config

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ init_diagram: |
7272
"syncthing:latest" <- Base Images
7373
# changelog
7474
changelogs:
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."}

0 commit comments

Comments
 (0)