Use JDK 21 with docker image
This commit is contained in:
@ -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/*
|
||||||
|
Reference in New Issue
Block a user