Skip to content

Commit

Permalink
build(mc): bump minio/mc to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Jul 22, 2024
1 parent b6f35c4 commit 460fdd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion minio/mc/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM cr.loongnix.cn/library/golang:1.21-buster AS builder-mc
ARG TARGETARCH
ARG MC_VERSION=RELEASE.2024-06-29T19-08-46Z
ARG MC_VERSION=RELEASE.2024-07-15T17-46-06Z

WORKDIR /opt
RUN set -ex \
Expand Down
2 changes: 1 addition & 1 deletion minio/mc/debian/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ REGISTRY?=cr.loongnix.cn
ORGANIZATION?=minio
REPOSITORY?=minio

MC_VERSION?=RELEASE.2024-06-29T19-08-46Z
MC_VERSION?=RELEASE.2024-07-15T17-46-06Z
TAG?=$(MC_VERSION)

IMAGE=$(REGISTRY)/$(ORGANIZATION)/$(REPOSITORY):$(TAG)
Expand Down

0 comments on commit 460fdd1

Please sign in to comment.