From a6dbc793efacedb0d5e508e0ec64763c0c21d4ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Apr 2026 17:53:25 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN13-MARIADB-15762824 - https://snyk.io/vuln/SNYK-DEBIAN13-MARIADB-15762824 - https://snyk.io/vuln/SNYK-DEBIAN13-MARIADB-15762824 - https://snyk.io/vuln/SNYK-DEBIAN13-MARIADB-15762824 - https://snyk.io/vuln/SNYK-DEBIAN13-GLIB20-14267936 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4adb3373a..3fe56a1d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # This Dockerfile is only for GitHub Actions -FROM python:3.9 +FROM python:3.14.4 RUN set -ex; \ apt-get update; \