Skip to content
Snippets Groups Projects
Commit 2ddc709d authored by Botaniker (Bot)'s avatar Botaniker (Bot)
Browse files

chore(deps): update dependency kubernetes/kubernetes to v1.23.6

parent e6a7f103
No related branches found
No related tags found
1 merge request!90chore(deps): update dependency kubernetes/kubernetes to v1.23.6
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
FROM registry.fedoraproject.org/fedora:35 as kubectl FROM registry.fedoraproject.org/fedora:35 as kubectl
# renovate: datasource=github-releases depName=kubernetes/kubernetes # renovate: datasource=github-releases depName=kubernetes/kubernetes
ARG KUBECTL_VERSION=v1.23.5 ARG KUBECTL_VERSION=v1.23.6
ENV KUBECTL_VERSION=${KUBECTL_VERSION} ENV KUBECTL_VERSION=${KUBECTL_VERSION}
RUN curl -LO "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" \ RUN curl -LO "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment