Rebasing to Alpine 3.12

This commit is contained in:
thelamer 2020-06-01 13:36:20 -07:00
parent b63ad2a4b9
commit 8d3fc3df32
4 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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." }