Skip to content

Commit

Permalink
Merge pull request #48 from codacy/jammy
Browse files Browse the repository at this point in the history
breaking: Update OpenJdk 17 to use jre and ubuntu jammy instead of focal
  • Loading branch information
lolgab authored Feb 11, 2025
2 parents 0764057 + 3098665 commit eb8c8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ 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.12_7-jdk-focal
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

all: docker_build ## produce the docker image

0 comments on commit eb8c8fd

Please sign in to comment.