We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef64851 commit 539139dCopy full SHA for 539139d
Dockerfile
@@ -2,7 +2,7 @@
2
3
ARG ALPINE_VERSION=3.18
4
5
-FROM alpine:$ALPINE_VERSION
+FROM alpine:${ALPINE_VERSION}
6
7
RUN apk add --no-cache curl jq
8
0 commit comments