Skip to content

Commit

Permalink
build(minio): bump minio/minio to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Jul 15, 2024
1 parent 5b9c1a2 commit 23b9929
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions minio/minio/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-07-03T20-17-25Z
ARG MC_VERSION=RELEASE.2024-07-11T18-01-28Z

WORKDIR /opt
RUN set -ex \
Expand All @@ -14,7 +14,7 @@ RUN set -ex \

FROM cr.loongnix.cn/library/golang:1.21-buster AS build
ARG TARGETARCH
ARG MINIO_VERSION=RELEASE.2024-07-04T14-25-45Z
ARG MINIO_VERSION=RELEASE.2024-07-13T01-46-15Z

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

MINIO_VERSION?=RELEASE.2024-07-04T14-25-45Z
MC_VERSION?=RELEASE.2024-07-03T20-17-25Z
MINIO_VERSION?=RELEASE.2024-07-13T01-46-15Z
MC_VERSION?=RELEASE.2024-07-11T18-01-28Z
TAG?=$(MINIO_VERSION)

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

0 comments on commit 23b9929

Please sign in to comment.