From 187b2bd8b5338ab26ff3583410578fb75fb50b70 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Sep 2023 16:34:42 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-NCURSES-5606599 - https://snyk.io/vuln/SNYK-ALPINE317-NCURSES-5606599 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5438697 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5788365 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5821141 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 96bfafe..48bf87c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.0a6-alpine +FROM python:3.12.0rc2-alpine LABEL maintainer='' LABEL version='0.0.0-dev.0-build.0'