From 44f3fa4eb91b59c57807344a5372ec0a46ecef79 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Apr 2026 17:54:57 +0000 Subject: [PATCH] fix: Dockerfile.production to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123186 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123186 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123186 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15969320 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15969323 --- Dockerfile.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.production b/Dockerfile.production index bb7f7acb..87d99d38 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -3,7 +3,7 @@ ############################ # Base ############################ -FROM ruby:3.4.5-slim AS base +FROM ruby:3.4.9-slim AS base # Instala dependĂȘncias essenciais (incluindo curl para healthcheck) # hadolint ignore=DL3008