We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de02e36 commit 52a67f8Copy full SHA for 52a67f8
Dockerfile
@@ -7,7 +7,7 @@ RUN git clone -b ${MC_VERSION} https://github.com/minio/mc.git /srv/app/src && \
7
cd /srv/app/src && \
8
GO111MODULE=on go install -ldflags "$(go run buildscripts/gen-ldflags.go)"
9
10
-FROM ghcr.io/dockhippie/alpine:3.23@sha256:dd0a8a957cb409bde4a96e04af7b59b16f3436817784c67afb9b6bc431672e3e
+FROM ghcr.io/dockhippie/alpine:3.23@sha256:a674aadc1cccd2f424673c7596eff46336210016a50c8082849071f78bb15105
11
ENTRYPOINT [""]
12
13
RUN apk update && \
0 commit comments