Skip to content

Commit

Permalink
chore(Dockerfile): update MinIO package to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasua committed Nov 20, 2024
1 parent 5f84072 commit 2f35b8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ RUN wget https://downloads.rclone.org/v1.53.1/rclone-v1.53.1-linux-amd64.zip &&
chmod 755 /usr/bin/rclone && \
rm -rf rclone-v1.53.1-linux-amd64

RUN wget https://dl.min.io/server/minio/release/linux-amd64/archive/minio_20221024183507.0.0_amd64.deb && \
dpkg -i minio_20221024183507.0.0_amd64.deb
RUN wget https://dl.min.io/server/minio/release/linux-amd64/archive/minio_20241107005220.0.0_amd64.deb && \
dpkg -i minio_20241107005220.0.0_amd64.deb

# Keys for minio, which is NOT exposed to the internet
ENV MINIO_ROOT_USER minio
Expand Down

0 comments on commit 2f35b8f

Please sign in to comment.