From 4755df70e203642c45d9b62fffd9ed000e778867 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 22:24:48 +0000 Subject: [PATCH] chore(deps): update dockerfile non-major dependencies --- infrastructure/images/gh-runner/Dockerfile | 2 +- services/dis-apim-operator/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/images/gh-runner/Dockerfile b/infrastructure/images/gh-runner/Dockerfile index b2fafa97..bdab3187 100644 --- a/infrastructure/images/gh-runner/Dockerfile +++ b/infrastructure/images/gh-runner/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/actions/actions-runner:2.320.0 +FROM ghcr.io/actions/actions-runner:2.321.0 # for latest release, see https://github.com/actions/runner/releases USER root diff --git a/services/dis-apim-operator/Dockerfile b/services/dis-apim-operator/Dockerfile index 4ba18b68..5c73c7f3 100644 --- a/services/dis-apim-operator/Dockerfile +++ b/services/dis-apim-operator/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.22 AS builder +FROM golang:1.23 AS builder ARG TARGETOS ARG TARGETARCH