Skip to content

Commit 3ab7dca

Browse files
pcaspersjenkins
authored andcommitted
move debian tag to env
1 parent 2714b53 commit 3ab7dca

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

Docker/.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
TAG=latest
2+
DEBIAN_TAG=12.0
23
QL_TAG=1.29_e57914e13
34
BOOST_TAG=1.78.0
45
BOOST_DIR=1_78_0

Docker/Dockerfile-Boost

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG tag=12.0
1+
ARG tag=${DEBIAN_TAG}
22
FROM debian:${tag}
33

44
MAINTAINER Quaternion Risk Management

Docker/Dockerfile-Boost-Debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG tag=:12.0
1+
ARG tag=:${DEBIAN_TAG}
22
FROM debian${tag}
33

44
MAINTAINER Quaternion Risk Management

Docker/Dockerfile-Test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG tag=latest
1+
ARG tag=${DEBIAN_TAG}
22
FROM debian:${tag}
33

44
RUN apt-get update \

0 commit comments

Comments
 (0)