Skip to content

Commit

Permalink
Merge pull request #50 from codacy/use-jre-jammy
Browse files Browse the repository at this point in the history
Use jre-jammy instead of focal
  • Loading branch information
stefanvacareanu7 authored Feb 26, 2025
2 parents 73ed914 + 9c623ef commit 284c13c
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-jre8u442-b06
BASE_IMAGE_OPENJDK17=eclipse-temurin:17.0.14_7-jdk-focal
BASE_IMAGE_OPENJDK17=eclipse-temurin:17.0.14_7-jre-jammy
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 284c13c

Please sign in to comment.