Skip to content

Commit 57430c4

Browse files
Bump leeway to 0.10.1
1 parent d3348ed commit 57430c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ ARG TARGETOS
9090

9191
# Install dependencies
9292
USER root
93-
ARG LEEWAY_VERSION=0.9.6
93+
ARG LEEWAY_VERSION=0.10.1
9494
ENV LEEWAY_MAX_PROVENANCE_BUNDLE_SIZE=8388608
9595
ENV LEEWAY_WORKSPACE_ROOT=/workspace/gitpod
9696
ENV LEEWAY_REMOTE_CACHE_BUCKET=leeway-cache-dev-3ac8ef5

dev/image/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN cd /usr/bin && curl -fsSL https://github.com/cert-manager/cert-manager/relea
4545
RUN cd /usr/bin && curl -fsSL https://github.com/praetorian-inc/gokart/releases/download/v0.5.1/gokart_0.5.1_linux_x86_64.tar.gz | tar xzv --no-anchored gokart
4646

4747
# leeway
48-
ARG LEEWAY_VERSION=0.9.6
48+
ARG LEEWAY_VERSION=0.10.1
4949
ENV LEEWAY_MAX_PROVENANCE_BUNDLE_SIZE=8388608
5050
ENV LEEWAY_WORKSPACE_ROOT=/workspace/gitpod
5151
ENV LEEWAY_REMOTE_CACHE_BUCKET=leeway-cache-dev-3ac8ef5

0 commit comments

Comments
 (0)