From d8f72a1d33a69d12ae0b290aedac5b1e79eca48a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Nov 2024 02:54:17 +0000 Subject: [PATCH] fix: applications/ruby-the-coffee-bar-apps/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-AOM-7197980 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-7855504 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-7855504 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-7855505 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-7855505 --- applications/ruby-the-coffee-bar-apps/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ruby-the-coffee-bar-apps/Dockerfile b/applications/ruby-the-coffee-bar-apps/Dockerfile index 01aa7bc..e59a216 100644 --- a/applications/ruby-the-coffee-bar-apps/Dockerfile +++ b/applications/ruby-the-coffee-bar-apps/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.0 +FROM ruby:3.3.5 WORKDIR /app