Skip to content

Commit 7834e08

Browse files
zhamborovaCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f0b7c27 commit 7834e08

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ OPENJ9_VERSION?=openj9-$(VERSION)
66
OPENJDK11_VERSION?=jre11-$(VERSION)
77
OPENJDK17_VERSION?=jre17-$(VERSION)
88
BASE_IMAGE_OPENJDK=adoptopenjdk/openjdk8:x86_64-ubuntu-jre8u462-b08
9-
BASE_IMAGE_OPENJDK11=eclipse-temurin:11-jdk-focal
9+
BASE_IMAGE_OPENJDK11=eclipse-temurin:11-jre-focal
1010
BASE_IMAGE_OPENJDK17=eclipse-temurin:17.0.16_8-jre-jammy
1111
BASE_IMAGE_OPENJ9=adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jre8u462-b08_openj9-0.53.0
1212

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## Contents
88

99
Dockerfile describing a docker containing:
10-
- Debian Buster
10+
- Ubuntu-based images (for example, AdoptOpenJDK and Eclipse Temurin images based on Ubuntu 20.04 "focal" and 22.04 "jammy")
1111
- Available Java versions:
1212
- OpenJDK 8 JRE (default)
1313
- OpenJDK 8 JRE with OpenJ9

0 commit comments

Comments
 (0)