We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
3.16.5
1.4.1
1 parent d46d947 commit 8cb5df1Copy full SHA for 8cb5df1
Dockerfile
@@ -1,9 +1,9 @@
1
-FROM --platform=$BUILDPLATFORM alpine:3.16 as build
+FROM --platform=$BUILDPLATFORM alpine:3.16.5 as build
2
3
ARG TARGETPLATFORM
4
ARG VERSION=0.0.0
5
ENV VERSION=${VERSION}
6
-ARG ENVE_VERSION=1.4.0
+ARG ENVE_VERSION=1.4.1
7
8
RUN apk --no-cache add ca-certificates tzdata
9
RUN set -ex; \
@@ -22,7 +22,7 @@ RUN set -ex; \
22
chmod +x /usr/local/bin/enve; \
23
true
24
25
-FROM alpine:3.16
+FROM alpine:3.16.5
26
27
28
0 commit comments