Skip to content

Commit 539139d

Browse files
committed
leleobhz suggestion of ALPINE_VERSION variable enclosure
1 parent ef64851 commit 539139d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ARG ALPINE_VERSION=3.18
44

5-
FROM alpine:$ALPINE_VERSION
5+
FROM alpine:${ALPINE_VERSION}
66

77
RUN apk add --no-cache curl jq
88

0 commit comments

Comments
 (0)