From b5ccd114d66ff7233d4e06912370f73b126d6f5d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Jul 2025 03:22:55 +0000 Subject: [PATCH] fix: self-hosted-runner/dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 --- self-hosted-runner/dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/self-hosted-runner/dockerfile b/self-hosted-runner/dockerfile index 34ac957..c52b733 100644 --- a/self-hosted-runner/dockerfile +++ b/self-hosted-runner/dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm-slim +FROM debian:12.11-slim ARG RUNNER_VERSION="2.302.1"