diff --git a/Dockerfile b/Dockerfile index 459820e..27e70f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Fetch the mc command line client -FROM alpine:3.20.2 +FROM alpine:3.20.3 RUN apk update && apk add ca-certificates wget && update-ca-certificates RUN wget -O /tmp/mc https://dl.minio.io/client/mc/release/linux-amd64/mc RUN chmod +x /tmp/mc