We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37c3bd commit 30cf5daCopy full SHA for 30cf5da
1 file changed
Dockerfile.release
@@ -20,7 +20,7 @@ RUN apk add -U --no-cache ca-certificates && \
20
# curl -s -q https://dl.min.io/server/minio/release/linux-${TARGETARCH}/archive/minio.${RELEASE}.sha256sum -o /go/bin/minio.sha256sum && \
21
# chmod +x /go/bin/minio
22
23
-RUN go install github.com/minio/minio@latest
+RUN go install github.com/minio/minio@RELEASE.2025-10-15T17-29-55Z
24
RUN chmod +x /go/bin/minio
25
26
# Download mc binary and signature files
0 commit comments