feat: add --dry flag
This commit is contained in:
parent
acb3cfd8e6
commit
b08ba3853f
4 changed files with 69 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue