Skip to content

Commit 73eb8b0

Browse files
committed
fix: tie rune assets to specific version
1 parent bdc7d7d commit 73eb8b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# syntax=docker/dockerfile:1.1.7-experimental
2+
ARG RUNE_TAG="v1.0.6"
3+
24
#############################################
35
# Tox testsuite for multiple python version #
46
#############################################
@@ -73,7 +75,7 @@ RUN --mount=type=ssh pip3 install wheel virtualenv \
7375

7476
# Add rune instructions
7577
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
7779

7880
####################################
7981
# Base stage for production builds #

0 commit comments

Comments
 (0)