Move alpine version definition out to variable
parent
1fa287a6d9
commit
c787e4bdbd
@ -1,5 +1,6 @@
|
||||
# This is an idle image to dynamically replace any component if disabled.
|
||||
|
||||
FROM alpine:3.10
|
||||
ARG ALPINE_VERSION
|
||||
FROM alpine:$ALPINE_VERSION
|
||||
|
||||
CMD sleep 1000000d
|
||||
|
Loading…
Reference in New Issue