mirror of
https://github.com/linuxserver/docker-syncthing.git
synced 2026-04-13 00:04:36 +08:00
rebase to 3.23
This commit is contained in:
parent
d06114a618
commit
5c093ff6ab
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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."}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user