mirror of
https://github.com/willfarrell/docker-autoheal.git
synced 2024-12-06 19:16:20 +01:00
leleobhz suggestion of ALPINE_VERSION variable enclosure
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
ARG ALPINE_VERSION=3.18
|
||||
|
||||
FROM alpine:$ALPINE_VERSION
|
||||
FROM alpine:${ALPINE_VERSION}
|
||||
|
||||
RUN apk add --no-cache curl jq
|
||||
|
||||
|
||||
Reference in New Issue
Block a user