From bc7b9c143a895cc18c3f0d044a5b5cd3b955ed48 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 20 Mar 2025 07:51:10 +0100 Subject: [PATCH] chore(container): update ghcr.io/actions/actions-runner docker tag to v2.323.0 (#33453) --- containers/apps/charts-ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/apps/charts-ci/Dockerfile b/containers/apps/charts-ci/Dockerfile index f52961f99d8..007a1e9f20e 100644 --- a/containers/apps/charts-ci/Dockerfile +++ b/containers/apps/charts-ci/Dockerfile @@ -1,6 +1,6 @@ # Define Chart Releaser # hadolint ignore=DL3007 -FROM ghcr.io/actions/actions-runner:2.322.0@sha256:c02e8e1b479ea39b196c3bb0a40a66a191302654a6ef5c042eafe11c13323137 +FROM ghcr.io/actions/actions-runner:2.323.0@sha256:831a2607a2618e4b79d9323b4c72330f3861768a061c2b92a845e9d214d80e5b SHELL ["/bin/bash", "-c"]