From b76075f514b9502cfc93b444eb0ce199cd9c2984 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Jul 2025 10:01:11 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 - https://snyk.io/vuln/SNYK-ALPINE320-MUSL-8720638 - https://snyk.io/vuln/SNYK-ALPINE320-MUSL-8720638 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a35b138..49c8f9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # https://hub.docker.com/_/ruby/tags -FROM ruby:3.2.4-alpine +FROM ruby:3.4.5-alpine # Hello LABEL maintainer="Nicholas de Jong "