File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:base
3
3
4
4
# leeway
5
- ARG LEEWAY_VERSION=0.8.1
5
+ ARG LEEWAY_VERSION=0.8.4
6
6
ENV LEEWAY_MAX_PROVENANCE_BUNDLE_SIZE=8388608
7
7
ENV LEEWAY_CACHE_DIR=/var/tmp/cache
8
8
ENV LEEWAY_BUILD_DIR=/var/tmp/build
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ inputs:
35
35
image :
36
36
description : Specifies the name of the image that the disk will be initialized with.
37
37
required : false
38
- default : gh-runner-202405080023
38
+ default : gh-runner-202405081223
39
39
image_family :
40
40
description : The image family for the operating system that the boot disk will be initialized with.
41
41
required : false
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ echo "📝 Installing leeway..."
163
163
LEEWAY_MAX_PROVENANCE_BUNDLE_SIZE=8388608
164
164
LEEWAY_CACHE_DIR=/var/tmp/cache
165
165
LEEWAY_BUILD_DIR=/var/tmp/build
166
- LEEWAY_VERSION=" 0.8.3 "
166
+ LEEWAY_VERSION=" 0.8.4 "
167
167
168
168
mkdir -p " ${LEEWAY_CACHE_DIR} " " ${LEEWAY_BUILD_DIR} "
169
169
chmod 777 -R /var/tmp/
You can’t perform that action at this time.
0 commit comments