diff --git a/Dockerfile b/Dockerfile index 470c60d..1210048 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # BUILD CONTAINER ## -FROM alpine:3.15.0 as certs +FROM alpine:3.17.1 as certs RUN \ apk add --no-cache ca-certificates