Dockerfile aktualisiert
Some checks failed
/ release-and-build (push) Failing after 11s

This commit is contained in:
2026-03-24 13:12:17 +00:00
parent ccad6434b2
commit 8b79e5ace8

View File

@@ -1,6 +1,5 @@
# Example Dockerfile for amd64
ARG BASE_IMAGE=alpine:latest
ARG BASE_IMAGE
FROM ${BASE_IMAGE}
ARG MAINTAINER