From c08330f778052a4eeff860a1d3e939f20a9adcf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 12:57:21 +0800 Subject: [PATCH] chore(deps): update dependency actions/runner to v2.308.0 (#41) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a9335c2..8b18f45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM docker.io/library/golang:1.19-buster as golang FROM ubuntu:20.04 ARG TARGETPLATFORM -ARG RUNNER_VERSION=2.307.0 +ARG RUNNER_VERSION=2.308.0 ARG RUNNER_CONTAINER_HOOKS_VERSION=v0.3.2 ARG DOCKER_CHANNEL=stable ARG DOCKER_VERSION=20.10.17