Skip to content

Commit

Permalink
πŸ”€ : merge pull request #677 from gaia-app/feature/docker-openjdk-16
Browse files Browse the repository at this point in the history
⬆️ : feature/docker openjdk 16
  • Loading branch information
cdubuisson authored Aug 20, 2021
2 parents 6cbf185 + 0ae0587 commit 1eebd9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3-jdk-14 as BUILD
FROM maven:3-openjdk-16 as BUILD

COPY . /usr/src/app
RUN mvn --batch-mode -DskipTests -f /usr/src/app/pom.xml clean package
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<java.version>11</java.version>
<jersey.version>2.27</jersey.version>
<junit-jupiter.version>5.5.2</junit-jupiter.version>
<kotlin.version>1.4.30</kotlin.version>
<kotlinx.version>1.3.9</kotlinx.version>
<kotlin.version>1.5.21</kotlin.version>
<kotlinx.version>1.5.1</kotlinx.version>
<testcontainers.version>1.15.2</testcontainers.version>
<node.version>v12.16.0</node.version>
<npm.version>6.13.4</npm.version>
Expand Down Expand Up @@ -233,7 +233,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.6</version>
<version>0.8.7</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 1eebd9c

Please sign in to comment.