mirror of
https://github.com/godotengine/build-containers.git
synced 2026-01-03 10:09:18 +03:00
Properly pass img_version to all containers
Continuation and fixup of #23.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
ARG mono_version
|
||||
FROM godot-mono:${mono_version}
|
||||
ARG img_version
|
||||
FROM godot-mono:${img_version}
|
||||
|
||||
ARG mono_version
|
||||
|
||||
RUN dnf -y install --setopt=install_weak_deps=False \
|
||||
|
||||
Reference in New Issue
Block a user