From bcfc6be21afc67f4c63987d43d59a0d5f85a2ae7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 23:21:05 +0000 Subject: [PATCH] fix: template/python3-http/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 --- template/python3-http/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/python3-http/Dockerfile b/template/python3-http/Dockerfile index 93973c1..ca21686 100644 --- a/template/python3-http/Dockerfile +++ b/template/python3-http/Dockerfile @@ -1,5 +1,5 @@ FROM openfaas/of-watchdog:0.8.2 as watchdog -FROM python:3-alpine +FROM python:3.13.0a1-alpine COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog RUN chmod +x /usr/bin/fwatchdog