1
0

Use JDK 21 with docker image
Some checks failed
Build & Release / build-docker-image (push) Has been cancelled
Build & Release / deploy-to-production (push) Has been cancelled
Build & Release / build-application (push) Has been cancelled

This commit is contained in:
2025-02-16 20:13:16 +01:00
parent 7f4bd1098e
commit c037b9d31d

View File

@ -1,4 +1,4 @@
FROM openjdk:17-jdk-alpine FROM eclipse-temurin:21-jre-alpine
LABEL org.opencontainers.image.authors="john@devsoap.com" LABEL org.opencontainers.image.authors="john@devsoap.com"
COPY dist/ /app/ COPY dist/ /app/
RUN chmod +x /app/bin/* RUN chmod +x /app/bin/*