fix: migrate DC_VERSION to Dockerfile

This commit is contained in:
2025-12-05 16:31:46 +01:00
parent 5e16976d26
commit 9ea01a091b
3 changed files with 4 additions and 10 deletions

View File

@@ -1,10 +1,9 @@
FROM docker.io/library/ubuntu:24.04 AS download
ARG DC_VERSION
# renovate: datasource=github-releases depName=docker/compose
ARG DC_VERSION=v5.0.0
RUN NAME=docker-compose-$(uname | tr [:upper:] [:lower:])-$(uname -m); \
echo "${NAME}" && \
echo $(uname) && \
apt update --yes && \
apt install --yes curl && \
curl \