feat: add --dry flag

This commit is contained in:
Jef Roosens 2023-06-13 12:49:31 +02:00
parent acb3cfd8e6
commit b08ba3853f
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
4 changed files with 69 additions and 15 deletions

View file

@ -18,7 +18,7 @@ RUN cargo build && \
# We use ${:-} instead of a default value because the argument is always passed
# to the build, it'll just be blank most likely
FROM eclipse-temurin:17-jre-alpine
FROM eclipse-temurin:18-jre-alpine
# Build arguments
ARG MC_VERSION=1.19.4