From 875c72d21be2d12c9a8f25783efc18e67f601b44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 21:41:32 +0000 Subject: [PATCH] chore(deps): update dependency actions/runner to v2.314.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b839570..801a9cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM docker.io/library/golang:1.20-buster as golang FROM ubuntu:22.04 ARG TARGETPLATFORM -ARG RUNNER_VERSION=2.314.0 +ARG RUNNER_VERSION=2.314.1 ARG RUNNER_CONTAINER_HOOKS_VERSION=v0.5.1 ARG DOCKER_CHANNEL=stable ARG DOCKER_VERSION=20.10.17