add labels
This commit is contained in:
parent
3d474e4242
commit
360ffe2d4c
@ -4,6 +4,10 @@ FROM debian:bookworm
|
||||
# environment variables
|
||||
ARG VERSION="Latest"
|
||||
|
||||
# Add labels
|
||||
LABEL "server.game"="Trackmania"
|
||||
LABEL "server.version"=${VERSION}
|
||||
|
||||
# Update repository
|
||||
RUN apt-get update
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user