diff --git a/Dockerfile b/Dockerfile index e21cba0..9dbd931 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,12 +29,12 @@ COPY etc/zsh/zshrc.d/* /etc/zsh/zshrc.d/ # Install clusterctl. # dependency:kubernetes-sigs/cluster-api -ARG CLUSTERCTL_VERSION=1.13.4 +ARG CLUSTERCTL_VERSION=1.14.0 RUN wget "https://github.com/kubernetes-sigs/cluster-api/releases/download/v${CLUSTERCTL_VERSION}/clusterctl-${TARGETOS}-${TARGETARCH}" --output-document /usr/local/bin/clusterctl && chmod 755 /usr/local/bin/clusterctl && strip /usr/local/bin/clusterctl # Install devctl. # dependency:giantswarm/devctl -ARG DEVCTL_VERSION=8.37.2 +ARG DEVCTL_VERSION=8.38.0 ENV DEVCTL_UNSAFE_FORCE_VERSION=${DEVCTL_VERSION} 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