forked from loafle/openapi-generator-original
Use JDK17 images in Dockerfile (#17076)
* use jdk17 images in Dockerfile * use amazoncorretto:17.0.8-alpine3.18
This commit is contained in:
parent
d9920a5b81
commit
bae20c1887
@ -1,4 +1,4 @@
|
||||
FROM openjdk:11.0-jre-buster
|
||||
FROM amazoncorretto:17.0.8-alpine3.18
|
||||
|
||||
ADD target/openapi-generator-cli.jar /opt/openapi-generator/modules/openapi-generator-cli/target/openapi-generator-cli.jar
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM openjdk:11
|
||||
FROM amazoncorretto:17.0.8-alpine3.18
|
||||
|
||||
WORKDIR /generator
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user