mirror of
https://github.com/linuxserver/docker-syncthing.git
synced 2026-02-19 20:04:00 +08:00
Rebasing to Alpine 3.12
This commit is contained in:
parent
b63ad2a4b9
commit
8d3fc3df32
@ -1,4 +1,4 @@
|
||||
FROM lsiobase/alpine:3.11 as buildstage
|
||||
FROM lsiobase/alpine:3.12 as buildstage
|
||||
|
||||
# build variables
|
||||
ARG SYNCTHING_RELEASE
|
||||
@ -37,7 +37,7 @@ echo "**** fetch source code ****" && \
|
||||
build syncthing
|
||||
|
||||
############## runtime stage ##############
|
||||
FROM lsiobase/alpine:3.11
|
||||
FROM lsiobase/alpine:3.12
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM lsiobase/alpine:arm64v8-3.11 as buildstage
|
||||
FROM lsiobase/alpine:arm64v8-3.12 as buildstage
|
||||
|
||||
# build variables
|
||||
ARG SYNCTHING_RELEASE
|
||||
@ -37,7 +37,7 @@ echo "**** fetch source code ****" && \
|
||||
build syncthing
|
||||
|
||||
############## runtime stage ##############
|
||||
FROM lsiobase/alpine:arm64v8-3.11
|
||||
FROM lsiobase/alpine:arm64v8-3.12
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM lsiobase/alpine:arm32v7-3.11 as buildstage
|
||||
FROM lsiobase/alpine:arm32v7-3.12 as buildstage
|
||||
|
||||
# build variables
|
||||
ARG SYNCTHING_RELEASE
|
||||
@ -37,7 +37,7 @@ echo "**** fetch source code ****" && \
|
||||
build syncthing
|
||||
|
||||
############## runtime stage ##############
|
||||
FROM lsiobase/alpine:arm32v7-3.11
|
||||
FROM lsiobase/alpine:arm32v7-3.12
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
||||
@ -40,6 +40,7 @@ app_setup_nginx_reverse_proxy_block: ""
|
||||
# changelog
|
||||
|
||||
changelogs:
|
||||
- { date: "01.06.20:", desc: "Rebasing to alpine 3.12." }
|
||||
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
|
||||
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
|
||||
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user