1
0

parameterize alpine version

This commit is contained in:
2022-12-04 14:34:20 -08:00
parent 30766ebd0e
commit 34e8005994
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
FROM alpine:3.17
ARG ALPINE_VERSION
FROM alpine:${ALPINE_VERSION}
ENV DOCKER_HOST=unix:///var/run/docker.sock