Skip to content
Snippets Groups Projects
Commit 9e37fe73 authored by Stian Lyng's avatar Stian Lyng
Browse files

fix jdk

parent 96a73739
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ COPY src ./src
RUN mvn clean package
# Use the official OpenJDK image as the runtime image
FROM openjdk:19-jre-slim
FROM eclipse-temurin:19-jre-alpine
# Set the working directory
WORKDIR /app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment