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