Skip to content

Commit

Permalink
Merge pull request #49 from codacy/update-base-image
Browse files Browse the repository at this point in the history
Fix vulnerabilities TCE-1196
  • Loading branch information
stefanvacareanu7 authored Feb 26, 2025
2 parents eb8c8fd + 52d31f1 commit 73ed914
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -4,9 +4,9 @@ WITHTOOLS_IMAGE_NAME=codacy/withtools
VERSION?=$(shell cat .version || echo dev)
OPENJ9_VERSION?=openj9-$(VERSION)
OPENJDK17_VERSION?=jre17-$(VERSION)
BASE_IMAGE_OPENJDK=adoptopenjdk/openjdk8:x86_64-ubuntu-jre8u432-b06
BASE_IMAGE_OPENJDK17=eclipse-temurin:17.0.14_7-jre-jammy
BASE_IMAGE_OPENJ9=adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jre8u432-b06_openj9-0.48.0
BASE_IMAGE_OPENJDK=adoptopenjdk/openjdk8:x86_64-ubuntu-jre8u442-b06
BASE_IMAGE_OPENJDK17=eclipse-temurin:17.0.14_7-jdk-focal
BASE_IMAGE_OPENJ9=adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jre8u442-b06_openj9-0.49.0

all: docker_build ## produce the docker image

0 comments on commit 73ed914

Please sign in to comment.