Skip to content

Commit 2183f42

Browse files
authored
⬆️ Upgrade k3d to v5.6.0
1 parent 13b7cf1 commit 2183f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM ghcr.io/cse-labs/k3d:latest
88
SHELL ["/bin/bash", "-c"]
99

1010
# upgrade k3d
11-
RUN wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | TAG=v5.4.6 bash
11+
RUN wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | TAG=v5.6.0 bash
1212

1313
RUN mkdir -p /.kutespaces/state \
1414
&& chown vscode:vscode /.kutespaces/state

0 commit comments

Comments
 (0)