1
0
Fork 0

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

This commit is contained in:
John Ahlroos 2025-02-16 20:13:16 +01:00
parent 7f4bd1098e
commit c037b9d31d
Signed by: john
GPG Key ID: 258D0F70DB84CD5D
1 changed files with 1 additions and 1 deletions

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"
COPY dist/ /app/
RUN chmod +x /app/bin/*