Skip to content

Commit a107828

Browse files
authored
Merge pull request #16 from gitpod-io/nvn/upgrade-leeway
Upgrade leeway to version 0.8.4
2 parents 862f8d3 + 2322327 commit a107828

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.8.1
5+
ARG LEEWAY_VERSION=0.8.4
66
ENV LEEWAY_MAX_PROVENANCE_BUNDLE_SIZE=8388608
77
ENV LEEWAY_CACHE_DIR=/var/tmp/cache
88
ENV LEEWAY_BUILD_DIR=/var/tmp/build

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ inputs:
3535
image:
3636
description: Specifies the name of the image that the disk will be initialized with.
3737
required: false
38-
default: gh-runner-202405080023
38+
default: gh-runner-202405081223
3939
image_family:
4040
description: The image family for the operating system that the boot disk will be initialized with.
4141
required: false

vm/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ echo "📝 Installing leeway..."
163163
LEEWAY_MAX_PROVENANCE_BUNDLE_SIZE=8388608
164164
LEEWAY_CACHE_DIR=/var/tmp/cache
165165
LEEWAY_BUILD_DIR=/var/tmp/build
166-
LEEWAY_VERSION="0.8.3"
166+
LEEWAY_VERSION="0.8.4"
167167

168168
mkdir -p "${LEEWAY_CACHE_DIR}" "${LEEWAY_BUILD_DIR}"
169169
chmod 777 -R /var/tmp/

0 commit comments

Comments
 (0)