We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef57c9 commit eb4dff6Copy full SHA for eb4dff6
docker/chat.Dockerfile
@@ -1,5 +1,5 @@
1
# Start with a base image containing Java runtime
2
-FROM openjdk:17-jdk
+FROM eclipse-temurin:17-jdk-jammy
3
4
# The application's jar file
5
ARG JAR_FILE=chat/build/libs/soundlink_chat.jar
docker/default.Dockerfile
ARG JAR_FILE=default/build/libs/soundlink_default.jar
0 commit comments