Skip to content

Commit

Permalink
Bump wharfie to v0.6.7 (#867)
Browse files Browse the repository at this point in the history
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
(cherry picked from commit 69b7dbe)

Co-authored-by: Kiefer Chang <kiefer.chang@suse.com>
  • Loading branch information
mergify[bot] and bk201 authored Oct 16, 2024
1 parent 38c91d3 commit 6cab2dd
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 6cab2dd

Please sign in to comment.