Merge pull request #6617 from coollabsio/next

helper image ++
This commit is contained in:
Andras Bacsai 2025-09-15 18:58:21 +02:00 committed by GitHub
commit e2a1d30802
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,7 @@ ARG NIXPACKS_VERSION=1.40.0
# https://github.com/minio/mc/releases
ARG MINIO_VERSION=RELEASE.2025-08-13T08-35-41Z
FROM minio/mc:${MINIO_VERSION} AS minio-client
FROM ${BASE_IMAGE} AS base