Skip to content

Commit

Permalink
Bump wharfie to v0.6.7 (#866)
Browse files Browse the repository at this point in the history
Signed-off-by: Kiefer Chang <[email protected]>
(cherry picked from commit 69b7dbe)

Co-authored-by: Kiefer Chang <[email protected]>
  • Loading branch information
mergify[bot] and bk201 authored Oct 16, 2024
1 parent 5b61943 commit 81e508b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/harvester-os/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BASE_OS_IMAGE
FROM ${BASE_OS_IMAGE}

ARG ARCH=amd64
RUN curl -sfL https://github.com/rancher/wharfie/releases/download/v0.6.5/wharfie-${ARCH} -o /usr/bin/wharfie && chmod +x /usr/bin/wharfie
RUN curl -sfL https://github.com/rancher/wharfie/releases/download/v0.6.7/wharfie-${ARCH} -o /usr/bin/wharfie && chmod +x /usr/bin/wharfie

COPY files/ /
RUN chmod 0600 /system/oem/*
Expand Down

0 comments on commit 81e508b

Please sign in to comment.