From 9afd56950f8639db3235078f82298b8aaa02005c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Feb 2026 09:44:18 +0000 Subject: [PATCH] fix: ruleserver/app/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-2426309 - https://snyk.io/vuln/SNYK-DEBIAN11-SYSTEMD-6277510 - https://snyk.io/vuln/SNYK-DEBIAN11-SYSTEMD-6277510 --- ruleserver/app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruleserver/app/Dockerfile b/ruleserver/app/Dockerfile index b14a77d..2b84055 100644 --- a/ruleserver/app/Dockerfile +++ b/ruleserver/app/Dockerfile @@ -8,7 +8,7 @@ RUN apk --update add wget tar \ && tar -xzf prometheus-${PROMETHEUS_VERSION}.linux-amd64.tar.gz \ && mv prometheus-${PROMETHEUS_VERSION}.linux-amd64 prometheus -FROM python:3.10.0rc1-slim +FROM python:3.14.3-slim # LABEL maintainer="fabeirojorge.secondwindow@gmail.com"