Skip to content

Commit a14a38f

Browse files
davesetfrantuma
authored andcommitted
Update cli docker to eclipse-temurin:17-jre-alpine
This addresses the UnknownClassVersionError exceptions reported in issues #12240 and #12242 that result from using libraries (Logback) compiled under Java 11 (class version 55) with a Java 8 JRE (supporting class version 52)
1 parent a9c3cd3 commit a14a38f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM openjdk:8-jre-alpine
1+
FROM eclipse-temurin:17-jre-alpine
22

33
ADD target/swagger-codegen-cli.jar /opt/swagger-codegen-cli/swagger-codegen-cli.jar
44

55
ENTRYPOINT ["java", "-jar", "/opt/swagger-codegen-cli/swagger-codegen-cli.jar"]
66

7-
CMD ["help"]
7+
CMD ["help"]

0 commit comments

Comments
 (0)