Skip to content

Commit

Permalink
feat: bump rancherd to v0.3.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: PoAn Yang <[email protected]>
(cherry picked from commit da225d0)
  • Loading branch information
FrankYang0529 authored and Vicente-Cheng committed Sep 23, 2024
1 parent 055187b commit a7ea6e5
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 @@ -39,7 +39,7 @@ RUN if [ "$TARGETPLATFORM" != "linux/amd64" ] && [ "$TARGETPLATFORM" != "linux/a
ENV ARCH=${TARGETPLATFORM#linux/}

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

# Download nerdctl
Expand Down

0 comments on commit a7ea6e5

Please sign in to comment.