mirror of
https://github.com/chillout2k/ExOTA-Milter.git
synced 2025-12-13 18:30:17 +00:00
Merge pull request #47 from chillout2k/oci-patch
OCI build plan changed
This commit is contained in:
commit
6c844f22e7
@ -1,5 +1,5 @@
|
|||||||
ARG ARCH
|
ARG PARENT_IMAGE=alpine:3.16
|
||||||
FROM $ARCH/alpine
|
FROM ${PARENT_IMAGE}
|
||||||
LABEL maintainer="Dominik Chilla <dominik@zwackl.de>"
|
LABEL maintainer="Dominik Chilla <dominik@zwackl.de>"
|
||||||
LABEL git_repo="https://github.com/chillout2k/exota-milter"
|
LABEL git_repo="https://github.com/chillout2k/exota-milter"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user