Bumped from 3.13 to 3.14 for alpine images

This commit is contained in:
emeric
2021-09-22 12:54:54 +02:00
parent 441aed622c
commit 7c649c82ce
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
FROM alpine:3.13 AS build
FROM alpine:3.14 AS build
WORKDIR /tmp/workdir
@@ -129,7 +129,7 @@ RUN \
rm -rf /tmp/fakeroot/share/man
## Release Stage
FROM alpine:3.13 AS release
FROM alpine:3.14 AS release
LABEL maintainer="Emeric Poupon <itmfr@yahoo.fr>"
LABEL version=${LMS_VERSION}