fix: Dockerimage FROM buildargs
All checks were successful
Update Traefik Version / update-version (pull_request) Successful in 3s

This commit is contained in:
2026-03-11 12:59:28 -03:00
parent 0542ddfa2b
commit 54f73e2873
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 \