diff --git a/Dockerfile b/Dockerfile index e3264eb..f94d68c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Fetch the mc command line client -FROM alpine:3.18.4 +FROM alpine:3.18.5 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