revert 8b79e5ace8
Some checks failed
/ release-and-build (push) Failing after 14s

revert Dockerfile aktualisiert
This commit is contained in:
2026-03-25 10:01:20 +00:00
parent 8b79e5ace8
commit c835707f34

View File

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