Skip to content

Commit

Permalink
feat: bumpd rancherd to v0.4.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: PoAn Yang <[email protected]>
(cherry picked from commit 1838cdf)
  • Loading branch information
FrankYang0529 authored and Vicente-Cheng committed Feb 11, 2025
1 parent 200570a commit 390f035
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.3.0-rc1
ARG RANCHERD_VERSION=v0.4.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 390f035

Please sign in to comment.