Skip to content

Commit

Permalink
chore: update the k3s to v1.27
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <[email protected]>
  • Loading branch information
Mossaka committed Sep 19, 2023
1 parent 62b541d commit c4514d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/k3d/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY ./.tmp/${TARGETPLATFORM} /

FROM bin-${STAGE} AS bin

FROM rancher/k3s:v1.24.6-k3s1
FROM rancher/k3s:v1.27.4-k3s1

# copy shims from target directory into the /bin
COPY --link --from=bin / /bin/
Expand Down

0 comments on commit c4514d1

Please sign in to comment.