mirror of
https://github.com/linuxserver/docker-syncthing.git
synced 2026-02-19 20:04:00 +08:00
Rebase to 3.15
This commit is contained in:
parent
1894b7f8f0
commit
6fbacdd2d0
@ -1,4 +1,4 @@
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.14 as buildstage
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.15 as buildstage
|
||||
|
||||
# build variables
|
||||
ARG SYNCTHING_RELEASE
|
||||
@ -36,7 +36,7 @@ echo "**** fetch source code ****" && \
|
||||
build syncthing
|
||||
|
||||
############## runtime stage ##############
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.14
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.15
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.14 as buildstage
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.15 as buildstage
|
||||
|
||||
# build variables
|
||||
ARG SYNCTHING_RELEASE
|
||||
@ -36,7 +36,7 @@ echo "**** fetch source code ****" && \
|
||||
build syncthing
|
||||
|
||||
############## runtime stage ##############
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.14
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.15
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.14 as buildstage
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.15 as buildstage
|
||||
|
||||
# build variables
|
||||
ARG SYNCTHING_RELEASE
|
||||
@ -36,7 +36,7 @@ echo "**** fetch source code ****" && \
|
||||
build syncthing
|
||||
|
||||
############## runtime stage ##############
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.14
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.15
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
||||
@ -239,6 +239,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **03.05.21:** - Rebase to alpine 3.15.
|
||||
* **05.10.21:** - Rebase to alpine 3.14.
|
||||
* **12.05.21:** - Remove sysctl parameter again
|
||||
* **03.05.21:** - Raise maximum UDP buffer size.
|
||||
|
||||
@ -43,6 +43,7 @@ app_setup_nginx_reverse_proxy_block: ""
|
||||
# changelog
|
||||
|
||||
changelogs:
|
||||
- { date: "03.05.21:", desc: "Rebase to alpine 3.15." }
|
||||
- { date: "05.10.21:", desc: "Rebase to alpine 3.14." }
|
||||
- { date: "12.05.21:", desc: "Remove sysctl parameter again" }
|
||||
- { date: "03.05.21:", desc: "Raise maximum UDP buffer size." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user