Skip to content

Commit

Permalink
Merge pull request #38 from 1AhmedYasser/hot-fix-docker-image-build
Browse files Browse the repository at this point in the history
Hot Fix: Docker Image Build
  • Loading branch information
rasmusei authored Jan 23, 2025
2 parents 5541aa8 + 5df0eb4 commit 59185f2
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,4 +1,4 @@
FROM eclipse-temurin:17-alpine AS build
FROM eclipse-temurin:21-jdk-alpine AS build

WORKDIR /workspace/app

Expand All @@ -12,7 +12,7 @@ COPY libs libs

RUN ./mvnw install:install-file -Dfile=libs/id-log-${ID_LOG_VERSION}.jar \
-DgroupId=ee.ria.commons -DartifactId=id-log -Dversion=${ID_LOG_VERSION} \
-Dpackaging=jar -DgeneratePom=true
-Dpackaging=jar -DgeneratePom=true && ./mvnw package -DskipTests=true

COPY generate-keystore.sh /workspace/app/
RUN chmod +x /workspace/app/generate-keystore.sh
Expand Down

0 comments on commit 59185f2

Please sign in to comment.