From fbf9b70ba02d882574e705aadfb74eca7cbc8d6d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jun 2024 16:49:08 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6913413 - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6928845 - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6928845 - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6928846 - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6928847 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 09494f11..57d2bd16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-alpine3.19 +FROM python:3.13.0b2-alpine3.19 LABEL Description="Runs Magpie AuthN/AuthZ service for REST-API and UI interfaces." LABEL Maintainer="Francis Charette-Migneault " LABEL Vendor="CRIM"