Skip to content

Commit

Permalink
feat: update wharfie to v0.6.3
Browse files Browse the repository at this point in the history
Signed-off-by: PoAn Yang <poan.yang@suse.com>
  • Loading branch information
FrankYang0529 committed Nov 1, 2023
1 parent 5aff5f4 commit 2fa082d
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
@@ -1,7 +1,7 @@
ARG BASE_OS_IMAGE
FROM ${BASE_OS_IMAGE}

RUN curl -sfL https://github.com/rancher/wharfie/releases/latest/download/wharfie-amd64 -o /usr/bin/wharfie && chmod +x /usr/bin/wharfie
RUN curl -sfL https://github.com/rancher/wharfie/releases/download/v0.6.3/wharfie-amd64 -o /usr/bin/wharfie && chmod +x /usr/bin/wharfie

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

0 comments on commit 2fa082d

Please sign in to comment.