Skip to content

Commit

Permalink
chore(k3d/Dockerfile): bump rancher/k3s base image (#195)
Browse files Browse the repository at this point in the history
Signed-off-by: Vaughn Dice <[email protected]>
  • Loading branch information
vdice authored Dec 20, 2023
1 parent 4682b1a commit 812d553
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.27.4-k3s1
FROM rancher/k3s:v1.27.8-k3s2

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

0 comments on commit 812d553

Please sign in to comment.