Skip to content

Commit 9daaa1b

Browse files
committed
Update Leeway to 0.8.1
1 parent a382805 commit 9daaa1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:base
33

44
# leeway
5-
ARG LEEWAY_VERSION=0.7.9
5+
ARG LEEWAY_VERSION=0.8.1
66
ENV LEEWAY_MAX_PROVENANCE_BUNDLE_SIZE=8388608
77
ENV LEEWAY_CACHE_DIR=/var/tmp/cache
88
ENV LEEWAY_BUILD_DIR=/var/tmp/build

vm/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ echo "📝 Installing leeway..."
152152
LEEWAY_MAX_PROVENANCE_BUNDLE_SIZE=8388608
153153
LEEWAY_CACHE_DIR=/var/tmp/cache
154154
LEEWAY_BUILD_DIR=/var/tmp/build
155-
LEEWAY_VERSION="0.8.0"
155+
LEEWAY_VERSION="0.8.1"
156156

157157
mkdir -p "${LEEWAY_CACHE_DIR}" "${LEEWAY_BUILD_DIR}"
158158
chmod 777 -R /var/tmp/

0 commit comments

Comments
 (0)