From ae89ccc85ac5a01c142e543a4571cc77ebf70790 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Sep 2024 21:15: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-GIT-6846200 - https://snyk.io/vuln/SNYK-DEBIAN11-GIT-6846200 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 --- 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