From c165a1c35e38a9d626d02f42970b9409c4cba22c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:15:04 +0000 Subject: [PATCH] chore(deps): update dependency kubectl to v1.28.3 (#2145) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- linux/github-runner/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/github-runner/Dockerfile b/linux/github-runner/Dockerfile index c715a28e8..b30c3e5b8 100644 --- a/linux/github-runner/Dockerfile +++ b/linux/github-runner/Dockerfile @@ -36,7 +36,7 @@ RUN install-tool terraform 1.6.1 RUN install-tool actions-runner v2.310.2 # renovate: datasource=github-releases packageName=kubernetes/kubernetes -RUN install-tool kubectl v1.28.2 +RUN install-tool kubectl v1.28.3 WORKDIR /actions-runner