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 18, 2024
1 parent b6f35c4 commit 0409aee
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-15T17-46-06Z

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-16T23-46-41Z

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-16T23-46-41Z
MC_VERSION?=RELEASE.2024-07-15T17-46-06Z
TAG?=$(MINIO_VERSION)

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

0 comments on commit 0409aee

Please sign in to comment.