We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcaf590 commit 257ed12Copy full SHA for 257ed12
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM eclipse-temurin:21-jdk-alpine
+FROM openjdk:21-jdk
2
VOLUME /tmp
3
ARG JAR_FILE
4
ADD backend/build/libs/$JAR_FILE /app.jar
0 commit comments