Merge pull request #30 from linuxserver/master-3.10

Rebasing to Alpine 3.10
This commit is contained in:
chbmb 2019-07-05 20:58:53 +01:00 committed by GitHub
commit 04a28904a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 6 deletions

View File

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

View File

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

View File

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

View File

@ -40,6 +40,7 @@ app_setup_nginx_reverse_proxy_block: ""
# changelog
changelogs:
- { 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." }
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }