Skip to content

Commit

Permalink
build: update minio version for Central S3 PR to match others
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 18, 2025
1 parent 898e8b6 commit 58a395f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odkcentral/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# to init an admin user at startup

ARG ODK_CENTRAL_TAG
ARG MINIO_TAG=${MINIO_TAG:-RELEASE.2024-10-13T13-34-11Z}
ARG MINIO_TAG=${MINIO_TAG:-RELEASE.2025-01-20T14-49-07Z}
FROM docker.io/minio/minio:${MINIO_TAG} AS minio


Expand Down

0 comments on commit 58a395f

Please sign in to comment.