From 90afeaeae42fa44d9612364cb2243056cd8ceced Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 Nov 2023 20:10:54 +0000 Subject: [PATCH] fix: docker/runner/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6055795 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6055795 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6055795 --- docker/runner/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/runner/Dockerfile b/docker/runner/Dockerfile index bec7c1e015..469f00e161 100644 --- a/docker/runner/Dockerfile +++ b/docker/runner/Dockerfile @@ -1,5 +1,5 @@ FROM tcardonne/github-runner -FROM docker:dind +FROM docker:24-dind RUN apk update RUN apk add py-pip python3-dev libffi-dev openssl-dev gcc libc-dev make RUN pip install docker-compose