Skip to content

Commit f388b50

Browse files
committed
Clarify comment
1 parent 39eeb3a commit f388b50

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

groovy-3/jdk8-alpine/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Not using Eclipse Adoptium because Grapes fail with TLS handshake errors
1+
# Not using Eclipse Adoptium because Maven Central requires elliptic curve ciphers not available in that image
2+
# causing Grapes to fail with TLS handshake errors
3+
24
FROM amazoncorretto:8-alpine3.23
35

46
CMD ["groovysh"]

groovy-4/jdk8-alpine/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Not using Eclipse Adoptium because Grapes fail with TLS handshake errors
1+
# Not using Eclipse Adoptium because Maven Central requires elliptic curve ciphers not available in that image
2+
# causing Grapes to fail with TLS handshake errors
3+
24
FROM amazoncorretto:8-alpine3.23
35

46
CMD ["groovysh"]

0 commit comments

Comments
 (0)