File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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:2024-02-19-11-51-41
4
+ FROM gitpod/workspace-full
5
5
6
6
USER root
7
7
@@ -21,7 +21,7 @@ ENV DEBIAN_FRONTEND=noninteractive
21
21
22
22
RUN apt-get update -qqy && \
23
23
apt-get -qy install python-is-python3 \
24
- dotnet-sdk-6 .0 \
24
+ dotnet-sdk-8 .0 \
25
25
supervisor \
26
26
x11vnc \
27
27
fluxbox \
@@ -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.19 .0/bazelisk-linux-amd64 -o /usr/bin/bazelisk && \
53
+ RUN curl -L https://github.com/bazelbuild/bazelisk/releases/download/v1.21 .0/bazelisk-linux-amd64 -o /usr/bin/bazelisk && \
54
54
chmod 755 /usr/bin/bazelisk && \
55
55
ln -sf /usr/bin/bazelisk /usr/bin/bazel
56
56
You can’t perform that action at this time.
0 commit comments