Skip to content

Commit 30cf5da

Browse files
committed
Change build to specific release version
1 parent c37c3bd commit 30cf5da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apk add -U --no-cache ca-certificates && \
2020
# curl -s -q https://dl.min.io/server/minio/release/linux-${TARGETARCH}/archive/minio.${RELEASE}.sha256sum -o /go/bin/minio.sha256sum && \
2121
# chmod +x /go/bin/minio
2222

23-
RUN go install github.com/minio/minio@latest
23+
RUN go install github.com/minio/minio@RELEASE.2025-10-15T17-29-55Z
2424
RUN chmod +x /go/bin/minio
2525

2626
# Download mc binary and signature files

0 commit comments

Comments
 (0)