From bd039129e5dd8d4e7f00b70c8123473fd638e56a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Sep 2024 05:34:48 +0000 Subject: [PATCH] fix: ansible/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-EXPAT-7908298 - https://snyk.io/vuln/SNYK-ALPINE320-EXPAT-7908299 - https://snyk.io/vuln/SNYK-ALPINE320-EXPAT-7908300 --- ansible/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/Dockerfile b/ansible/Dockerfile index 178cb532a..12499e61e 100644 --- a/ansible/Dockerfile +++ b/ansible/Dockerfile @@ -7,7 +7,7 @@ # -v ${HOME}/.ssh:/root/.ssh:ro \ # ansible all -m ping # -FROM python:3-alpine +FROM python:3.13.0a1-alpine LABEL maintainer "Christian Koep " RUN builddeps=' \