Skip to content

Commit

Permalink
Bump Rancherd to v0.1.0-rc2
Browse files Browse the repository at this point in the history
Restart fleet-controller while setting client secret

Signed-off-by: Kiefer Chang <[email protected]>
(cherry picked from commit 999e3c5)
  • Loading branch information
bk201 authored and Vicente-Cheng committed Jun 15, 2023
1 parent ff8aaa3 commit 0d15e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN cat /tmp/os-release >> /usr/lib/os-release && rm -f /tmp/os-release
RUN rm -f /etc/cos/config

# Download rancherd
ARG RANCHERD_VERSION=v0.1.0-rc1
ARG RANCHERD_VERSION=v0.1.0-rc2
RUN curl -o /usr/bin/rancherd -sfL "https://github.com/rancher/rancherd/releases/download/${RANCHERD_VERSION}/rancherd-amd64" && chmod 0755 /usr/bin/rancherd

# Download virtctl
Expand Down

0 comments on commit 0d15e6f

Please sign in to comment.