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
This commit is contained in:
snyk-bot
2025-07-21 16:45:10 +00:00
parent ffdce7e4ec
commit 3d37ae10fd

View File

@@ -1,4 +1,4 @@
FROM ruby:3.4.4-alpine
FROM ruby:3.4.5-alpine
USER root
WORKDIR /build