mirror of
https://github.com/suitenumerique/people.git
synced 2026-08-17 21:25:52 +02:00
⬆️(dependencies) fix Dockerfile to reduce vulnerabilities
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
This commit is contained in:
+1
-1
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user