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: scripts/gitpod/.gitpod.Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Used to create a development image for working on Selenium
2
2
3
3
# You can find the new timestamped tags here: https://hub.docker.com/r/gitpod/workspace-full/tags
4
-
FROM gitpod/workspace-full:2022-06-20-19-54-55
4
+
FROM gitpod/workspace-full:2024-02-19-11-51-41
5
5
6
6
USER root
7
7
@@ -50,7 +50,7 @@ RUN wget -nv -O /tmp/noVNC.zip "https://github.com/novnc/noVNC/archive/refs/tags
50
50
51
51
# Bazel
52
52
53
-
RUN curl -L https://github.com/bazelbuild/bazelisk/releases/download/v1.12.0/bazelisk-linux-amd64 -o /usr/bin/bazelisk && \
53
+
RUN curl -L https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/bazelisk-linux-amd64 -o /usr/bin/bazelisk && \
0 commit comments