Properly pass img_version to all containers

Continuation and fixup of #23.
This commit is contained in:
Rémi Verschelde
2019-12-02 13:30:41 +01:00
parent ab3cdae9e0
commit cd973e1d9f
11 changed files with 42 additions and 29 deletions

View File

@@ -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 \