We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d02faa commit 5bebe1dCopy full SHA for 5bebe1d
images/pulsar-functions-base-runner/Dockerfile
@@ -46,7 +46,7 @@ RUN echo "VERSION_TAG=${VERSION_TAG}" && \
46
export JRE_PACKAGE_NAME='openjdk17 gcompat'; \
47
else \
48
echo "Pulsar version is not in the list, use java 21 instead" && \
49
- export JRE_PACKAGE_NAME='openjdk17 gcompat'; \
+ export JRE_PACKAGE_NAME='openjdk21 gcompat'; \
50
fi && \
51
apk update && apk add --no-cache $JRE_PACKAGE_NAME bash
52
0 commit comments