Skip to content

Commit

Permalink
Update dependency kubernetes/kubernetes to v1.31.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 0414856 commit 5f19be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update && \
gpasswd -a www-data nagios

# renovate: datasource=github-releases depName=kubernetes/kubernetes
ENV KUBERNETES_VERSION=v1.31.3
ENV KUBERNETES_VERSION=v1.31.4
RUN curl -L -o /usr/local/bin/kubectl --fail https://storage.googleapis.com/kubernetes-release/release/v1.25.0/bin/linux/amd64/kubectl && \
chmod +x /usr/local/bin/kubectl

Expand Down

0 comments on commit 5f19be1

Please sign in to comment.