Skip to content

Commit 848c1e2

Browse files
Gackogithub-actions[bot]
authored andcommitted
Image: Update dependencies.
1 parent 0f45675 commit 848c1e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN wget "https://github.com/kubernetes-sigs/cluster-api/releases/download/v${CL
3434

3535
# Install devctl.
3636
# dependency:giantswarm/devctl
37-
ARG DEVCTL_VERSION=8.33.12
37+
ARG DEVCTL_VERSION=8.33.21
3838
ENV DEVCTL_UNSAFE_FORCE_VERSION=${DEVCTL_VERSION}
3939
RUN wget "https://github.com/giantswarm/devctl/releases/download/v${DEVCTL_VERSION}/devctl-${TARGETOS}-${TARGETARCH}" --output-document /usr/local/bin/devctl && chmod 755 /usr/local/bin/devctl && strip /usr/local/bin/devctl
4040

0 commit comments

Comments
 (0)