mirror of
https://github.com/coollabsio/coolify.git
synced 2025-12-28 13:41:51 +00:00
chore(docker): add a blank line for improved readability in Dockerfile
Some checks failed
Staging Build / amd64 (push) Waiting to run
Staging Build / aarch64 (push) Waiting to run
Staging Build / merge-manifest (push) Blocked by required conditions
Coolify Helper Image Development / amd64 (push) Has been cancelled
Coolify Helper Image Development / aarch64 (push) Has been cancelled
Coolify Helper Image Development / merge-manifest (push) Has been cancelled
Some checks failed
Staging Build / amd64 (push) Waiting to run
Staging Build / aarch64 (push) Waiting to run
Staging Build / merge-manifest (push) Blocked by required conditions
Coolify Helper Image Development / amd64 (push) Has been cancelled
Coolify Helper Image Development / aarch64 (push) Has been cancelled
Coolify Helper Image Development / merge-manifest (push) Has been cancelled
This commit is contained in:
parent
7322072518
commit
90abdb0244
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user