fix(backups): rollback helper update for now

This commit is contained in:
peaklabs-dev
2025-08-26 18:44:29 +02:00
parent 6b54432f9c
commit 3343806176

View File

@@ -12,7 +12,7 @@ ARG PACK_VERSION=0.38.2
# https://github.com/railwayapp/nixpacks/releases # https://github.com/railwayapp/nixpacks/releases
ARG NIXPACKS_VERSION=1.39.0 ARG NIXPACKS_VERSION=1.39.0
# https://github.com/minio/mc/releases # https://github.com/minio/mc/releases
ARG MINIO_VERSION=RELEASE.2025-05-21T01-59-54Z ARG MINIO_VERSION=RELEASE.2025-03-12T17-29-24Z
FROM minio/mc:${MINIO_VERSION} AS minio-client FROM minio/mc:${MINIO_VERSION} AS minio-client