Bumped from 3.13 to 3.14 for alpine images
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM alpine:3.13 AS build
|
||||
FROM alpine:3.14 AS build
|
||||
|
||||
WORKDIR /tmp/workdir
|
||||
|
||||
|
||||
+2
-2
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user