We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 913c6c5 commit 2a20b3dCopy full SHA for 2a20b3d
Dockerfile.dapper
@@ -54,7 +54,7 @@ RUN mkdir /usr/tmp && \
54
chmod +x /usr/bin/kustomize
55
56
# Set up K3s: copy the necessary binaries from the K3s image.
57
-COPY --from=rancher/k3s:v1.24.8-k3s1 \
+COPY --from=rancher/k3s:v1.24.9-k3s1 \
58
/bin/blkid \
59
/bin/charon \
60
/bin/cni \
package/Dockerfile
@@ -115,7 +115,7 @@ RUN curl ${HELM_URL_V3} | tar xvzf - --strip-components=1 -C /usr/bin && \
115
116
117
118
119
120
121
0 commit comments