We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ed1ae commit 59ec03cCopy full SHA for 59ec03c
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:a674aadc1cccd2f424673c7596eff46336210016a50c8082849071f78bb15105
+FROM ghcr.io/dockhippie/alpine:3.23@sha256:290fa97fc3c00802b2a80f40cc21cdd5e6534a4422dcdb0abd57738ac08e86bf
11
ENTRYPOINT [""]
12
13
RUN apk update && \
0 commit comments