Skip to content

Commit 29dbcf1

Browse files
committed
[gitpod] Updating Dockerfile for gitpod
1 parent 6dd13d7 commit 29dbcf1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/gitpod/.gitpod.Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Used to create a development image for working on Selenium
22

33
# 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
55

66
USER root
77

@@ -21,7 +21,7 @@ ENV DEBIAN_FRONTEND=noninteractive
2121

2222
RUN apt-get update -qqy && \
2323
apt-get -qy install python-is-python3 \
24-
dotnet-sdk-6.0 \
24+
dotnet-sdk-8.0 \
2525
supervisor \
2626
x11vnc \
2727
fluxbox \
@@ -50,7 +50,7 @@ RUN wget -nv -O /tmp/noVNC.zip "https://github.com/novnc/noVNC/archive/refs/tags
5050

5151
# Bazel
5252

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 && \
5454
chmod 755 /usr/bin/bazelisk && \
5555
ln -sf /usr/bin/bazelisk /usr/bin/bazel
5656

0 commit comments

Comments
 (0)