From 56dc477bd08e121e46cc18a6ca4d4ffa2a4373c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 Nov 2024 19:21:47 +0000 Subject: [PATCH] fix: samples/bookinfo/src/details/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-GLIBC-2340923 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2807585 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2933515 --- samples/bookinfo/src/details/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/bookinfo/src/details/Dockerfile b/samples/bookinfo/src/details/Dockerfile index 510802594fb..1ffec62a19c 100644 --- a/samples/bookinfo/src/details/Dockerfile +++ b/samples/bookinfo/src/details/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ruby:2.7.1-slim +FROM ruby:2.7.8-slim COPY details.rb /opt/microservices/