Skip to content

Commit

Permalink
Updated docker version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbonesana committed May 8, 2023
1 parent b6fc01d commit 029eff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,4 @@ local.properties
.classpath

logs
*.xlsx
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY AdapQuestExperiments/src AdapQuestExperiments/src
RUN mvn clean install package -Dmaven.test.skip

# Package stage
FROM openjdk:18.0-slim
FROM openjdk:21-slim

# create app directory
WORKDIR /adaptive
Expand Down

0 comments on commit 029eff4

Please sign in to comment.