fix: update docker file java image
All checks were successful
Deploy Miniplan / build (push) Successful in 3m27s
All checks were successful
Deploy Miniplan / build (push) Successful in 3m27s
This commit is contained in:
@@ -16,7 +16,7 @@ RUN npm install
|
||||
RUN npm run build-only
|
||||
|
||||
|
||||
FROM openjdk:latest as miniplan
|
||||
FROM amazoncorretto:18 as miniplan
|
||||
LABEL authors="walamana"
|
||||
|
||||
RUN mkdir -p /app/public
|
||||
|
||||
Reference in New Issue
Block a user