push
All checks were successful
ci / Build Image (push) Successful in 44s

This commit is contained in:
2025-10-31 11:43:59 +01:00
parent d97e2cc2ac
commit cc235bfb68

View File

@@ -1,5 +1,7 @@
# https://hub.docker.com/_/monica
FROM monica:$GIT_TAG
# Default to 'latest' if GIT_TAG is not provided
ARG GIT_TAG=latest
FROM monica:${GIT_TAG}
RUN \
# Use the default production configuration