We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4ccbff + 539139d commit 31a64b4Copy full SHA for 31a64b4
Dockerfile
@@ -1,6 +1,8 @@
1
# syntax = docker/dockerfile:latest
2
3
-FROM alpine:3.18.3
+ARG ALPINE_VERSION=3.18
4
+
5
+FROM alpine:${ALPINE_VERSION}
6
7
RUN apk add --no-cache curl jq
8
0 commit comments