diff --git a/Dockerfile b/Dockerfile index 2ad50e6a..b3aa0945 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM alpine:3.17 +ARG ALPINE_VERSION=3.17 +FROM alpine:${ALPINE_VERSION} RUN apk --no-cache add -f \ openssl \