We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 574bb53 + fac0647 commit 461f01aCopy full SHA for 461f01a
1 file changed
BACKEND_V2/Dockerfile
@@ -1,9 +1,9 @@
1
-FROM openjdk:17-jdk-slim AS build
+FROM eclipse-temurin:17-jdk-jammy AS build
2
WORKDIR /app
3
COPY . .
4
RUN ./gradlew build -x test
5
6
-FROM openjdk:17-jdk-slim
+FROM eclipse-temurin:17-jdk-jammy
7
8
COPY --from=build /app/build/libs/*.jar app.jar
9
EXPOSE 8080
0 commit comments