From b3f36a79a671eea359365c2eaad42da2bc5e9399 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Jun 2026 00:57:12 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(dependencies)=20fix=20Docker?= =?UTF-8?q?file=20to=20reduce=20vulnerabilities?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15993266 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15993266 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15993253 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15993258 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15993259 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9fa3086..df8af377 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Django People # ---- base image to inherit from ---- -FROM python:3.14.2-alpine AS base +FROM python:3.14.6-alpine AS base # Upgrade system packages to install security updates RUN apk update && \