mirror of
https://github.com/linuxserver/docker-syncthing.git
synced 2026-02-19 20:04:00 +08:00
Merge pull request #68 from linuxserver/3.18
This commit is contained in:
commit
48cd1a1c42
@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.17 as buildstage
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.18 as buildstage
|
||||
|
||||
# build variables
|
||||
ARG SYNCTHING_RELEASE
|
||||
@ -34,7 +34,7 @@ RUN \
|
||||
build syncthing
|
||||
|
||||
############## runtime stage ##############
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.17
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.18
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.17 as buildstage
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.18 as buildstage
|
||||
|
||||
# build variables
|
||||
ARG SYNCTHING_RELEASE
|
||||
@ -34,7 +34,7 @@ RUN \
|
||||
build syncthing
|
||||
|
||||
############## runtime stage ##############
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.17
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.18
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
||||
@ -240,6 +240,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **05.09.23:** - Rebase to Alpine 3.18.
|
||||
* **01.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
|
||||
* **13.02.23:** - Rebase to Alpine 3.17, migrate to s6v3.
|
||||
* **17.08.22:** - Build on alpine 3.16 for go 1.18).
|
||||
|
||||
@ -35,6 +35,7 @@ app_setup_block_enabled: true
|
||||
app_setup_block: "**Note: ** The Syncthing devs highly suggest setting a password for this container as it listens on 0.0.0.0. To do this go to `Actions -> Settings -> set user/password` for the webUI."
|
||||
# changelog
|
||||
changelogs:
|
||||
- {date: "05.09.23:", desc: "Rebase to Alpine 3.18."}
|
||||
- {date: "01.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
|
||||
- {date: "13.02.23:", desc: "Rebase to Alpine 3.17, migrate to s6v3."}
|
||||
- {date: "17.08.22:", desc: "Build on alpine 3.16 for go 1.18)."}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user