Skip to content

Commit

Permalink
Fix #108: ENHANCEMENT: switch to multistage builds which includes ima…
Browse files Browse the repository at this point in the history
…ges for Mac M1.
  • Loading branch information
simondelabici committed Nov 20, 2022
1 parent 9edba62 commit 4b6f274
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile.http
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ RUN mvn clean package -Dmaven.test.skip=true -Dmaven.javadoc.skip=false
# 3.0 Obtain a container with a JDK implementation
###############################################################################

FROM eclipse-temurin:17-jre-alpine
#FROM eclipse-temurin:17-jre-alpine
FROM eclipse-temurin:17-jre-ubi9-minimal

################################################################################
## 4.0 Define the rest of our application
Expand Down

0 comments on commit 4b6f274

Please sign in to comment.