OCI build plan changed

This commit is contained in:
Dominik Chilla 2022-10-20 20:38:20 +02:00 committed by GitHub
parent 7b60d6a845
commit 931570677b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
ARG ARCH
FROM $ARCH/alpine
ARG PARENT_IMAGE=alpine:3.16
FROM ${PARENT_IMAGE}
LABEL maintainer="Dominik Chilla <dominik@zwackl.de>"
LABEL git_repo="https://github.com/chillout2k/exota-milter"
@ -23,4 +23,4 @@ RUN chown -R exota-milter /app /cmd \
VOLUME [ "/socket", "/data" ]
USER exota-milter
CMD [ "/cmd" ]
CMD [ "/cmd" ]