Skip to content

Commit 3f8354f

Browse files
starbopsVicente-Cheng
authored andcommitted
Bump rancherd to v0.1.0-rc3
Signed-off-by: Zespre Chang <zespre.chang@suse.com>
1 parent 60de464 commit 3f8354f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN cat /tmp/os-release >> /usr/lib/os-release && rm -f /tmp/os-release
2828
RUN rm -f /etc/cos/config
2929

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

3434
# Download nerdctl

0 commit comments

Comments
 (0)