From 7bcceef27feb44b254bc3b77652309bd403a511c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Mar 2023 23:09:24 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-E2FSPROGS-3339842 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3188632 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3314647 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3314650 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3314650 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 51a797d..96bfafe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.0a2-alpine +FROM python:3.12.0a6-alpine LABEL maintainer='' LABEL version='0.0.0-dev.0-build.0'