Skip to content

Commit

Permalink
Upgraded openjdk image to fix TLS v1.3 SSL errors
Browse files Browse the repository at this point in the history
  • Loading branch information
devatherock authored Oct 19, 2020
1 parent 8dad75c commit ab1cb2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM adoptopenjdk/openjdk11-openj9:jdk-11.0.1.13-alpine-slim
FROM adoptopenjdk/openjdk11-openj9:jdk-11.0.8_10_openj9-0.21.0-alpine-slim
COPY build/libs/artifactory-badge-*-all.jar artifactory-badge.jar
EXPOSE 8080
CMD java -Dcom.sun.management.jmxremote -noverify ${JAVA_OPTS} -jar artifactory-badge.jar
CMD java -Dcom.sun.management.jmxremote -noverify ${JAVA_OPTS} -jar artifactory-badge.jar

0 comments on commit ab1cb2c

Please sign in to comment.