mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-03 22:29:07 +02:00
docker, ci: fix --version output
When building the docker image manually, MINEDMAP_VERSION needs to be set explicitly to get a proper version string.
This commit is contained in:
parent
282f62fc30
commit
8cb1eee60b
3 changed files with 26 additions and 6 deletions
|
@ -1,5 +1,7 @@
|
|||
FROM docker.io/library/alpine:latest AS builder
|
||||
|
||||
ARG MINEDMAP_VERSION
|
||||
|
||||
WORKDIR /build
|
||||
RUN apk add --no-cache build-base cmake cargo
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue