From 3d37ae10fd1293c3971a601982edb7192b8dc5ea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Jul 2025 16:45:10 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-10597997 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-10597997 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fdecdbc..1e2d152 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.4.4-alpine +FROM ruby:3.4.5-alpine USER root WORKDIR /build