setup docker with Java v17
This commit is contained in:
parent
0db5c59947
commit
39e57becc0
2 changed files with 3 additions and 3 deletions
4
.github/workflows/buildReporting.yml
vendored
4
.github/workflows/buildReporting.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -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=
|
||||||
|
|
Loading…
Reference in a new issue