Rebasing to Alpine 3.11

This commit is contained in:
thelamer 2019-12-19 19:12:02 -08:00
parent 80189d4d63
commit 949b97298b
4 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,4 @@
FROM lsiobase/alpine:3.10 as buildstage
FROM lsiobase/alpine:3.11 as buildstage
# build variables
ARG SYNCTHING_RELEASE
@ -37,7 +37,7 @@ echo "**** fetch source code ****" && \
build syncthing
############## runtime stage ##############
FROM lsiobase/alpine:3.10
FROM lsiobase/alpine:3.11
# set version label
ARG BUILD_DATE

View File

@ -1,4 +1,4 @@
FROM lsiobase/alpine:arm64v8-3.10 as buildstage
FROM lsiobase/alpine:arm64v8-3.11 as buildstage
# build variables
ARG SYNCTHING_RELEASE
@ -37,7 +37,7 @@ echo "**** fetch source code ****" && \
build syncthing
############## runtime stage ##############
FROM lsiobase/alpine:arm64v8-3.10
FROM lsiobase/alpine:arm64v8-3.11
# set version label
ARG BUILD_DATE

View File

@ -1,4 +1,4 @@
FROM lsiobase/alpine:arm32v7-3.10 as buildstage
FROM lsiobase/alpine:arm32v7-3.11 as buildstage
# build variables
ARG SYNCTHING_RELEASE
@ -37,7 +37,7 @@ echo "**** fetch source code ****" && \
build syncthing
############## runtime stage ##############
FROM lsiobase/alpine:arm32v7-3.10
FROM lsiobase/alpine:arm32v7-3.11
# set version label
ARG BUILD_DATE

View File

@ -40,6 +40,7 @@ app_setup_nginx_reverse_proxy_block: ""
# changelog
changelogs:
- { 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." }
- { date: "05.03.19:", desc: "Update Build process for v1.1.0 release." }