leleobhz suggestion of ALPINE_VERSION variable enclosure

This commit is contained in:
Alexis
2023-10-02 20:41:55 +02:00
parent ef64851f0d
commit 539139d2ee
+1 -1
View File
@@ -2,7 +2,7 @@
ARG ALPINE_VERSION=3.18
FROM alpine:$ALPINE_VERSION
FROM alpine:${ALPINE_VERSION}
RUN apk add --no-cache curl jq