mirror of
https://github.com/linuxserver/docker-syncthing.git
synced 2026-02-19 20:04:00 +08:00
Merge pull request #30 from linuxserver/master-3.10
Rebasing to Alpine 3.10
This commit is contained in:
commit
04a28904a8
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user