update Dockerfile to alpine 3.14.3
parent
18865bf03b
commit
b2abbc8856
@ -1,6 +1,6 @@
|
||||
# This is an idle image to dynamically replace any component if disabled.
|
||||
|
||||
ARG DISTRO=alpine:3.14.2
|
||||
ARG DISTRO=alpine:3.14.3
|
||||
FROM $DISTRO
|
||||
|
||||
CMD sleep 1000000d
|
||||
|
Loading…
Reference in New Issue