Skip to content
Snippets Groups Projects
Commit 61d41a6e authored by abdu's avatar abdu
Browse files

replace jre with jdk in Dockerfile

parent a02f31a4
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ RUN npm run build
################################################################
# getting jdk 17 (we use this version in development too)
FROM eclipse-temurin:17-jre-alpine AS build-backend
FROM eclipse-temurin:17-jdk-alpine AS build-backend
# working directory for backend
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