Skip to content

Commit

Permalink
setup docker with Java v17
Browse files Browse the repository at this point in the history
  • Loading branch information
anhefti committed May 11, 2023
1 parent 0db5c59 commit 39e57be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildReporting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
name: Checkout repository
uses: actions/checkout@v3
-
name: Set up JDK 11
name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
-
name: Cache Maven packages
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:11-jre-stretch
FROM openjdk:17-jdk-slim

ENV SERVER_PORT="8080"
ENV JMX_PORT=
Expand Down

0 comments on commit 39e57be

Please sign in to comment.