From f613e19dc78afd5ebbf4f6c5e7410d00f4566101 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Jan 2024 15:57:17 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6148881 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6148881 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6159994 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6159994 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e410186..ad9311d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-alpine +FROM python:3.13.0a3-alpine LABEL Author="Jonas Grimsgaard (jonasbg'gmail.com)" ENV TZ=Europe/Oslo