Skip to content

Commit

Permalink
Update dependency minio to RELEASE.2024-11-17T19-35-25Z
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent 3dec8f9 commit 72db3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update; \
apt-get clean; \
rm -rf /var/lib/apt/lists/*

ENV MINIO_VERSION=RELEASE.2024-11-05T11-29-45Z
ENV MINIO_VERSION=RELEASE.2024-11-17T19-35-25Z
RUN KERNEL="$(uname --kernel-name | tr '[:upper:]' '[:lower:]')"; \
ARCH="$(uname --machine | sed --expression='s/aarch64/arm64/' --expression='s/x86_64/amd64/')"; \
curl --fail --location --output /usr/local/bin/mc "https://dl.min.io/client/mc/release/${KERNEL:?}-${ARCH:?}/archive/mc.${MINIO_VERSION:?}"; \
Expand Down

0 comments on commit 72db3a1

Please sign in to comment.