Skip to content

Commit

Permalink
leleobhz suggestion of ALPINE_VERSION variable enclosure
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisPPLIN committed Oct 2, 2023
1 parent ef64851 commit 539139d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ARG ALPINE_VERSION=3.18

FROM alpine:$ALPINE_VERSION
FROM alpine:${ALPINE_VERSION}

RUN apk add --no-cache curl jq

Expand Down

0 comments on commit 539139d

Please sign in to comment.