From caef93945dda1011d22cf5d06b138607eadd420e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Sep 2024 10:42:42 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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-3314643 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3368756 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d04b069..5523292 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.0a1-alpine +FROM python:3.13.0rc1-alpine RUN addgroup --gid 1000 --system honeypot && \ adduser --uid 1000 --system --home /usr/src/app --ingroup honeypot honeypot