diff --git a/Dockerfile b/Dockerfile index fd260c3..26eecb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.16.0 AS builder +FROM alpine:3.17.1 AS builder ARG openssl_url=https://github.com/openssl/openssl/archive/refs/tags/OpenSSL_1_1_1q.tar.gz RUN \ apk add --no-cache \