Use JDK 21 with docker image
This commit is contained in:
parent
7f4bd1098e
commit
c037b9d31d
|
@ -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/*
|
||||||
|
|
Loading…
Reference in New Issue