fix: Dockerimage FROM buildargs (#5)
All checks were successful
Update Traefik Version / update-version (push) Successful in 4s

Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2026-03-11 16:00:31 +00:00
parent 0542ddfa2b
commit cdbd05e85c
2 changed files with 10 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
FROM docker.io/library/debian:stable
ARG MOLECULE_DISTRO=docker.io/library/debian:stable
FROM ${MOLECULE_DISTRO}
RUN apt-get update && \
apt-get install -y --no-install-recommends \