feat: changed Dockerfile
This commit is contained in:
parent
7c26ca86d4
commit
78329b6e45
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Use a Maven image with OpenJDK 22 to build the JAR
|
# Use a Maven image with OpenJDK 22 to build the JAR
|
||||||
FROM maven:3.9.4-openjdk-22 AS build
|
FROM maven:3.9.4-eclipse-temurin-21-alpine AS build
|
||||||
|
|
||||||
# Set the working directory
|
# Set the working directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
Loading…
Reference in a new issue