Rebasing to Alpine 3.10

This commit is contained in:
thelamer
2019-06-28 19:02:10 -07:00
parent 28b17930bd
commit 33ab472fc7
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 stage ##############
# package versions
@@ -220,7 +220,7 @@ RUN \
make DESTDIR=/tmp/comskip-build install
############## runtime stage ##############
FROM lsiobase/alpine:3.9
FROM lsiobase/alpine:3.10
# set version label
ARG BUILD_DATE