1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-25 06:27:51 +00:00

Bump version

This commit is contained in:
Johannes Zellner
2022-12-13 11:44:48 +01:00
parent aeb58c292f
commit 7fad1aea6d
3 changed files with 23 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=RELEASE.2022-12-07T00-56-37Z
ARG VERSION=RELEASE.2022-12-12T19-27-27Z
# sometimes here https://dl.min.io/server/minio/release/linux-amd64/archive/
# RUN wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio && chmod +x /app/code/minio