Skip to content

Commit dc8a9ba

Browse files
committed
fix k3d
1 parent 33690ba commit dc8a9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ RUN url="https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" ;
8686

8787
# k3d runs kubernetes clusters in docker.
8888
FROM apt-base as k3d
89-
COPY --link --from=ghcr.io/k3d-io/k3d-tools:5.8.3 /bin/k3d /usr/local/bin/
89+
COPY --link --from=ghcr.io/k3d-io/k3d:5.8.3 /bin/k3d /usr/local/bin/
9090
# just-k3d is a utility that encodes many of the common k3d commands we use.
9191
COPY --link bin/just-k3d /usr/local/bin/
9292
# `K3S_IMAGES_JSON` configures just-k3d so that it uses a pinned version of k3s.

0 commit comments

Comments
 (0)