File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1.1.7-experimental
2
+ ARG RUNE_TAG="v1.0.6"
3
+
2
4
# ############################################
3
5
# Tox testsuite for multiple python version #
4
6
# ############################################
@@ -73,7 +75,7 @@ RUN --mount=type=ssh pip3 install wheel virtualenv \
73
75
74
76
# Add rune instructions
75
77
RUN mkdir -p /opt/templates \
76
- && curl -L https://github.com/pvarki/rune-fake-metadata/releases/latest /download/rune.json -o /opt/templates/rune-fake.json
78
+ && curl -L https://github.com/pvarki/rune-fake-metadata/releases/$RUNE_TAG /download/rune.json -o /opt/templates/rune-fake.json
77
79
78
80
# ###################################
79
81
# Base stage for production builds #
You can’t perform that action at this time.
0 commit comments