Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine:3.21 AS buildstage
FROM ghcr.io/linuxserver/baseimage-alpine:3.22 AS buildstage

# build variables
ARG SYNCTHING_RELEASE
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN \
build syncthing

############## runtime stage ##############
FROM ghcr.io/linuxserver/baseimage-alpine:3.21
FROM ghcr.io/linuxserver/baseimage-alpine:3.22

# set version label
ARG BUILD_DATE
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.21 AS buildstage
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.22 AS buildstage

# build variables
ARG SYNCTHING_RELEASE
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN \
build syncthing

############## runtime stage ##############
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.21
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.22

# set version label
ARG BUILD_DATE
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **16.08.25:** - Rebase to Alpine 3.22.
* **08.13.25:** - Use double-dash long options for syncthing v2.0.0.
* **12.03.24:** - Rebase to Alpine 3.21.
* **06.06.24:** - Rebase to Alpine 3.20.
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ init_diagram: |
"syncthing:latest" <- Base Images
# changelog
changelogs:
- {date: "16.08.25:", desc: "Rebase to Alpine 3.22."}
- {date: "08.13.25:", desc: "Use double-dash long options for syncthing v2.0.0."}
- {date: "12.03.24:", desc: "Rebase to Alpine 3.21."}
- {date: "06.06.24:", desc: "Rebase to Alpine 3.20."}
Expand Down