Skip to content

Commit 5ed8603

Browse files
mads-hartmannroboquat
authored andcommitted
Use Leeway version v0.7.1
1 parent 6df8088 commit 5ed8603

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/image/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ RUN cd /usr/bin && curl -fsSL https://github.com/cert-manager/cert-manager/relea
5757
RUN cd /usr/bin && curl -fsSL https://github.com/praetorian-inc/gokart/releases/download/v0.4.0/gokart_0.4.0_linux_x86_64.tar.gz | tar xzv --no-anchored gokart
5858

5959
# leeway
60+
ARG LEEWAY_VERSION=0.7.1
6061
ENV LEEWAY_MAX_PROVENANCE_BUNDLE_SIZE=8388608
61-
RUN cd /usr/bin && curl -fsSL https://github.com/gitpod-io/leeway/releases/download/v0.5.2/leeway_0.5.2_Linux_x86_64.tar.gz | tar xz
62+
RUN cd /usr/bin && curl -fsSL https://github.com/gitpod-io/leeway/releases/download/v${LEEWAY_VERSION}/leeway_${LEEWAY_VERSION}_Linux_x86_64.tar.gz | tar xz
6263

6364
# evans (gRPC client)
6465
RUN cd /usr/bin && curl -fsSL https://github.com/ktr0731/evans/releases/download/v0.10.6/evans_linux_amd64.tar.gz | tar xz evans

0 commit comments

Comments
 (0)