setup docker with Java v17

This commit is contained in:
anhefti 2023-05-11 16:00:57 +02:00
parent 0db5c59947
commit 39e57becc0
2 changed files with 3 additions and 3 deletions

View file

@ -71,10 +71,10 @@ jobs:
name: Checkout repository name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3
- -
name: Set up JDK 11 name: Set up JDK 17
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
java-version: '11' java-version: '17'
distribution: 'adopt' distribution: 'adopt'
- -
name: Cache Maven packages name: Cache Maven packages

View file

@ -1,4 +1,4 @@
FROM openjdk:11-jre-stretch FROM openjdk:17-jdk-slim
ENV SERVER_PORT="8080" ENV SERVER_PORT="8080"
ENV JMX_PORT= ENV JMX_PORT=