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: dev/image/Dockerfile
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
FROM gitpod/workspace-full-vnc:latest
6
6
7
-
ENV TRIGGER_REBUILD 8
7
+
ENV TRIGGER_REBUILD 9
8
8
9
9
USER root
10
10
@@ -64,7 +64,8 @@ ENV WERFT_DIAL_MODE=kubernetes
64
64
RUN cd /usr/bin && curl -fsSL https://github.com/csweichel/werft/releases/download/v0.0.5rc/werft-client-linux-amd64.tar.gz | tar xz && mv werft-client-linux-amd64 werft
65
65
66
66
# yq - jq for YAML files
67
-
RUN cd /usr/bin && curl -fsSL https://github.com/mikefarah/yq/releases/download/2.4.0/yq_linux_amd64 > yq && chmod +x yq
67
+
# Note: we rely on version 3.x.x in various places, 4.x breaks this!
68
+
RUN cd /usr/bin && curl -fsSL https://github.com/mikefarah/yq/releases/download/3.4.1/yq_linux_amd64 > yq && chmod +x yq
68
69
69
70
# release helper
70
71
RUN cd /usr/bin && curl -fsSL https://github.com/c4milo/github-release/releases/download/v1.1.0/github-release_v1.1.0_linux_amd64.tar.gz | tar xz
0 commit comments