From c51082481338edc7405d42baaf15139cb35b51b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 11:39:25 +0100 Subject: [PATCH] deps: update golang docker tag to v1.18.8 (#275) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- operator/Dockerfile | 2 +- scheduler/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/operator/Dockerfile b/operator/Dockerfile index d119d56126..1b16e7a929 100644 --- a/operator/Dockerfile +++ b/operator/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.18.7-alpine3.16 as builder +FROM --platform=$BUILDPLATFORM golang:1.18.8-alpine3.16 as builder ARG CONTROLLER_TOOLS_VERSION=v0.9.2 ARG GIT_HASH diff --git a/scheduler/Dockerfile b/scheduler/Dockerfile index 1ed2cae169..bd7ea05643 100644 --- a/scheduler/Dockerfile +++ b/scheduler/Dockerfile @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=$BUILDPLATFORM golang:1.18.7-alpine3.16 as builder +FROM --platform=$BUILDPLATFORM golang:1.18.8-alpine3.16 as builder ARG SCHEDULER_COMPATIBLE_K8S_VERSION ARG RELEASE_VERSION