diff --git a/package/harvester-os/Dockerfile b/package/harvester-os/Dockerfile index 67ba32b16..9679e59e4 100644 --- a/package/harvester-os/Dockerfile +++ b/package/harvester-os/Dockerfile @@ -1,7 +1,7 @@ ARG BASE_OS_IMAGE FROM ${BASE_OS_IMAGE} -RUN curl -sfL https://github.com/rancher/wharfie/releases/download/v0.6.2/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/*