Skip to content

Commit d6531f2

Browse files
committed
fix: switch to docker hub hosted minio image
the one from the official docs was not getting updates anymore Signed-off-by: Matt Gleich <git@mattglei.ch>
1 parent dc9d783 commit d6531f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minio.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# copy and paste this dockerfile into caprover to manually deploy
2-
FROM quay.io/minio/minio
2+
FROM minio/minio:latest
33

44
CMD ["server", "/data", "--console-address", ":9001"]

0 commit comments

Comments
 (0)