From 9b630dbb9ad9e1c51e514fc531c8cdc4461c374f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Oct 2024 11:20:07 +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-EXPAT-6241145 - https://snyk.io/vuln/SNYK-ALPINE316-KRB5-3136432 - https://snyk.io/vuln/SNYK-ALPINE316-NCURSES-5606597 - https://snyk.io/vuln/SNYK-ALPINE316-NCURSES-5606597 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d04b069..b423038 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.0a1-alpine +FROM python:3.13.0rc2-alpine RUN addgroup --gid 1000 --system honeypot && \ adduser --uid 1000 --system --home /usr/src/app --ingroup honeypot honeypot