We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704e2f1 commit 9a2aa04Copy full SHA for 9a2aa04
docker-compose.yml
@@ -3,7 +3,7 @@ version: '3'
3
4
services:
5
minio:
6
- image: quay.io/minio/minio:RELEASE.2022-10-24T18-35-07Z
+ image: quay.io/minio/minio:RELEASE.2023-04-13T03-08-07Z
7
command: minio server /data
8
ports:
9
- 9000:9000
local/Dockerfile
@@ -5,7 +5,7 @@
# regularly takes 2 minutes to download 20MB of binary). The only other way
# they distribute the CLI is from Docker, so we load their image as a stage and
# then copy the binary from it later in the build.
-FROM quay.io/minio/mc:RELEASE.2022-10-22T03-39-29Z AS mc
+FROM quay.io/minio/mc:RELEASE.2023-04-12T02-21-51Z AS mc
10
FROM ubuntu:22.04
11
0 commit comments