We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b7cf1 commit 2183f42Copy full SHA for 2183f42
.devcontainer/Dockerfile
@@ -8,7 +8,7 @@ FROM ghcr.io/cse-labs/k3d:latest
8
SHELL ["/bin/bash", "-c"]
9
10
# upgrade k3d
11
-RUN wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | TAG=v5.4.6 bash
+RUN wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | TAG=v5.6.0 bash
12
13
RUN mkdir -p /.kutespaces/state \
14
&& chown vscode:vscode /.kutespaces/state
0 commit comments