From 4cc4b0527d35792e9a690f2cec45aa298a4faef0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Oct 2024 04:25:41 +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-EXPAT-7855504 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-7855505 - https://snyk.io/vuln/SNYK-DEBIAN11-ZLIB-6008961 - https://snyk.io/vuln/SNYK-DEBIAN11-ZLIB-6008961 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-7855508 --- 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