fix: update docker file java image
All checks were successful
Deploy Miniplan / build (push) Successful in 3m27s

This commit is contained in:
2026-04-30 22:41:55 +02:00
parent 213065b86c
commit f5af3ede12
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ WORKDIR /home/node/app
COPY --chown=node:node /pub
FROM openjdk:latest
FROM amazoncorretto:18
LABEL authors="walamana"
RUN mkdir /miniplan