From bc8010992df7bf17377367419fb6865153977101 Mon Sep 17 00:00:00 2001 From: "repo-jeeves[bot]" <106431701+repo-jeeves[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 19:10:16 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20image=20quay.io/mini?= =?UTF-8?q?o/minio=20(=20release.2025-02-18t16-25-55z=20=E2=86=92=20releas?= =?UTF-8?q?e.2025-02-28t09-55-16z=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------------------- | ---------------------------- | ---------------------------- | | docker | quay.io/minio/minio | RELEASE.2025-02-18T16-25-55Z | RELEASE.2025-02-28T09-55-16Z | --- .taskfiles/Machine/files/ragnar/minio.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskfiles/Machine/files/ragnar/minio.yaml b/.taskfiles/Machine/files/ragnar/minio.yaml index 61dfb9bf1e..4a3fbf610b 100644 --- a/.taskfiles/Machine/files/ragnar/minio.yaml +++ b/.taskfiles/Machine/files/ragnar/minio.yaml @@ -7,7 +7,7 @@ services: MINIO_ROOT_PASSWORD: MINIO_ROOT_USER: # renovate: datasource=docker depName=quay.io/minio/minio - image: quay.io/minio/minio:RELEASE.2025-02-18T16-25-55Z + image: quay.io/minio/minio:RELEASE.2025-02-28T09-55-16Z ports: - "9000:9000" - "9001:9001"