Skip to content

Commit

Permalink
⬆️ Bump openjdk from 11-jdk to 14-jdk
Browse files Browse the repository at this point in the history
Bumps openjdk from 11-jdk to 14-jdk.

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Jan 30, 2020
1 parent 39820a2 commit 74975dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM maven:3-jdk-11 as BUILD
COPY . /usr/src/app
RUN mvn --batch-mode -DskipTests -f /usr/src/app/pom.xml clean package

FROM openjdk:11-jdk
FROM openjdk:13-jdk
EXPOSE 8080
COPY --from=BUILD /usr/src/app/target/*.jar /opt/target/gaia.jar
WORKDIR /opt/target
Expand Down

0 comments on commit 74975dd

Please sign in to comment.