Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyraymond committed Nov 16, 2021
1 parent 7f2c197 commit 1fbb894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Builder image with jdk
FROM maven:3.8.1-adoptopenjdk-11 AS build
FROM maven:3.8.3-eclipse-temurin-11 AS build

WORKDIR /build

Expand All @@ -11,7 +11,7 @@ RUN mvn -B --quiet package -DskipTests=true \


# Actual joal image with jre only
FROM adoptopenjdk:11.0.11_9-jre-hotspot
FROM eclipse-temurin:11.0.13_8-jre

LABEL name="joal"
LABEL maintainer="[email protected]"
Expand Down

0 comments on commit 1fbb894

Please sign in to comment.