Skip to content

Commit

Permalink
⬆ : bump openjdk from 15-jdk to 16-jdk (#579) :
Browse files Browse the repository at this point in the history
Bumps openjdk from 15-jdk to 16-jdk.

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Mar 22, 2021
1 parent 70a9b46 commit 4945c00
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-14 as BUILD
COPY . /usr/src/app
RUN mvn --batch-mode -DskipTests -f /usr/src/app/pom.xml clean package

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

0 comments on commit 4945c00

Please sign in to comment.