Skip to content

Commit

Permalink
Upgrade maven version to 3.9 for Dockerfile (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek authored Feb 24, 2025
1 parent 32b61af commit 6cc1031
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 @@
FROM eclipse-temurin:21-jdk as builder
RUN apt-get -qq update && apt-get -qq install maven unzip
FROM maven:3.9.9-eclipse-temurin-21 as builder
RUN apt-get -qq update && apt-get -qq install unzip
COPY . /app
WORKDIR /app
RUN mvn clean package -Passembly -Dmaven.test.skip --quiet
Expand Down

0 comments on commit 6cc1031

Please sign in to comment.