From 72dd91e6263d39ffa30df0547545dc16033dc424 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Aug 2024 20:59:34 +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-NCURSES-367742 --- 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..f17b502 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #Get base image having openjdk version 8 -FROM openjdk:8u131-jre +FROM openjdk:24-ea-7-oraclelinux8 MAINTAINER Chenna Vemula #Expose ports