From be7348e9a027de8c65d440dc5ef5b19405fa075f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 25 Nov 2024 05:57:13 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-E2FSPROGS-3339843 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314624 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314624 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314641 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314641 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d04b069..d8f9b91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.0a1-alpine +FROM python:3.14.0a2-alpine RUN addgroup --gid 1000 --system honeypot && \ adduser --uid 1000 --system --home /usr/src/app --ingroup honeypot honeypot