Skip to content

Commit 75a0f44

Browse files
committed
[build] update leeway
1 parent 612b919 commit 75a0f44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/image/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ RUN cd /usr/bin && curl -fsSL https://github.com/cert-manager/cert-manager/relea
4848
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
4949

5050
# leeway
51-
ARG LEEWAY_VERSION=0.7.9
51+
ARG LEEWAY_VERSION=0.8.0
5252
ENV LEEWAY_MAX_PROVENANCE_BUNDLE_SIZE=8388608
5353
ENV LEEWAY_WORKSPACE_ROOT=/workspace/gitpod
5454
ENV LEEWAY_REMOTE_CACHE_BUCKET=gitpod-core-leeway-cache-branch
55-
ENV LEEWAY_CACHE_DIR=/var/tmp/cache
56-
ENV LEEWAY_BUILD_DIR=/var/tmp/build
55+
ENV LEEWAY_CACHE_DIR=/workspace/.leeway/cache
56+
ENV LEEWAY_BUILD_DIR=/workspace/.leeway/build
5757
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
5858

5959
# evans (gRPC client)

0 commit comments

Comments
 (0)