Skip to content

Commit

Permalink
feat(upgrade): upgrade wharfie cli to v0.6.8
Browse files Browse the repository at this point in the history
Signed-off-by: Guilherme Macedo <[email protected]>
  • Loading branch information
macedogm authored and Vicente-Cheng committed Dec 3, 2024
1 parent c9ae52b commit 37ef501
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.7/wharfie-${ARCH} -o /usr/bin/wharfie && chmod +x /usr/bin/wharfie
RUN curl -sfL https://github.com/rancher/wharfie/releases/download/v0.6.8/wharfie-${ARCH} -o /usr/bin/wharfie && chmod +x /usr/bin/wharfie

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

0 comments on commit 37ef501

Please sign in to comment.