1
0
mirror of https://github.com/factoriotools/factorio-docker.git synced 2025-02-19 19:10:04 +02:00

container label for factorio version (#493)

This commit is contained in:
heinGertenbach 2024-06-12 12:48:50 +02:00 committed by GitHub
parent 4ab4c889f4
commit 88fed07073
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,8 @@ ARG PRESET
ARG VERSION
ARG SHA256
LABEL factorio.version=${VERSION}
# number of retries that curl will use when pulling the headless server tarball
ARG CURL_RETRIES=8