From a8215354f30212408b5f22de076b5116d5098336 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Apr 2024 17:25:53 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6593965 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6593965 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 792e3c6..9dba64d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # https://hub.docker.com/_/ruby/tags -FROM ruby:3.2.3-alpine +FROM ruby:3.3.1-alpine WORKDIR /app ADD . /app