feature/use-buildkit #11

Merged
RogerSik merged 6 commits from feature/use-buildkit into main 2025-10-31 12:03:30 +01:00
Showing only changes of commit cc235bfb68 - Show all commits

View File

@@ -1,5 +1,7 @@
# https://hub.docker.com/_/monica # 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 \ RUN \
# Use the default production configuration # Use the default production configuration