We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66476d8 commit 71a1105Copy full SHA for 71a1105
.docker/robolaunch/dockerfiles/devspace/Dockerfile.arm64
@@ -37,6 +37,6 @@ RUN apt-get update && apt-get install -y \
37
git \
38
wget \
39
dnsutils
40
-RUN curl -fsSL https://code-server.dev/install.sh | sh
+RUN curl -fsSL https://code-server.dev/install.sh | sh -s -- --version 4.15.0
41
42
CMD ["sleep", "infinity"]
0 commit comments