We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2714b53 commit 3ab7dcaCopy full SHA for 3ab7dca
4 files changed
Docker/.env
@@ -1,4 +1,5 @@
1
TAG=latest
2
+DEBIAN_TAG=12.0
3
QL_TAG=1.29_e57914e13
4
BOOST_TAG=1.78.0
5
BOOST_DIR=1_78_0
Docker/Dockerfile-Boost
@@ -1,4 +1,4 @@
-ARG tag=12.0
+ARG tag=${DEBIAN_TAG}
FROM debian:${tag}
MAINTAINER Quaternion Risk Management
Docker/Dockerfile-Boost-Debug
-ARG tag=:12.0
+ARG tag=:${DEBIAN_TAG}
FROM debian${tag}
Docker/Dockerfile-Test
-ARG tag=latest
RUN apt-get update \
0 commit comments