From 05157da45e1521af9f6c38f951f40042deabb3f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Mar 2026 10:10:40 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE323-ZLIB-15435528 - https://snyk.io/vuln/SNYK-ALPINE323-ZLIB-15435529 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0cb6cbd..346be98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3-alpine AS base +FROM ruby:3.4.9-alpine AS base ENV APP_USER_UID=65532 \ APP_USER_GID=65532 \