From 229e17355f82ef42b1f8e18a8274f288a20d145c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 16:21:30 +0000 Subject: [PATCH] fix: applications/python-the-coffee-bar-apps/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 --- applications/python-the-coffee-bar-apps/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/python-the-coffee-bar-apps/Dockerfile b/applications/python-the-coffee-bar-apps/Dockerfile index a53d102..46c7081 100644 --- a/applications/python-the-coffee-bar-apps/Dockerfile +++ b/applications/python-the-coffee-bar-apps/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-alpine +FROM python:3.12.0a1-alpine RUN apk add --no-cache bash net-tools iproute2 build-base gcc pkgconfig postgresql-dev linux-headers tzdata