You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:base
3
3
4
4
# leeway
5
-
ARG LEEWAY_VERSION=0.7.6
5
+
ARG LEEWAY_VERSION=0.7.7
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
9
9
10
10
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 | sudo tar xz
11
11
12
-
RUN cd /usr/bin && curl -fsSL https://github.com/mikefarah/yq/releases/download/v4.23.1/yq_linux_amd64 | sudo tee -a yq >/dev/null 2>&1 \
12
+
RUN cd /usr/bin && curl -fsSL https://github.com/mikefarah/yq/releases/download/v4.35.1/yq_linux_amd64 | sudo tee -a yq >/dev/null 2>&1 \
0 commit comments