From 29a13048c21ab3aff5daf3ab7884448deb2967b4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 06:46:18 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-FREETYPE-1019584 - https://snyk.io/vuln/SNYK-DEBIAN9-OPENJDK8-383687 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile old mode 100755 new mode 100644 index aa95dec..dc4c94b --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #Get base image having openjdk version 8 -FROM openjdk:8u131-jre +FROM openjdk:8u332-jre MAINTAINER Chenna Vemula #Expose ports