Skip to content

Commit 2a20b3d

Browse files
Update rancher/k3s Docker tag to v1.24.9
1 parent 913c6c5 commit 2a20b3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.dapper

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN mkdir /usr/tmp && \
5454
chmod +x /usr/bin/kustomize
5555

5656
# Set up K3s: copy the necessary binaries from the K3s image.
57-
COPY --from=rancher/k3s:v1.24.8-k3s1 \
57+
COPY --from=rancher/k3s:v1.24.9-k3s1 \
5858
/bin/blkid \
5959
/bin/charon \
6060
/bin/cni \

package/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ RUN curl ${HELM_URL_V3} | tar xvzf - --strip-components=1 -C /usr/bin && \
115115
chmod +x /usr/bin/kustomize
116116

117117
# Set up K3s: copy the necessary binaries from the K3s image.
118-
COPY --from=rancher/k3s:v1.24.8-k3s1 \
118+
COPY --from=rancher/k3s:v1.24.9-k3s1 \
119119
/bin/blkid \
120120
/bin/charon \
121121
/bin/cni \

0 commit comments

Comments
 (0)