Skip to content

Commit

Permalink
Upgrade JDK version for docker images: 11.0.14_9-jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Feb 9, 2022
1 parent 541ebd2 commit a2385d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pulsar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN chmod -R g=u /pulsar
### Create 2nd stage from OpenJDK image
### and add Python dependencies (for Pulsar functions)

FROM eclipse-temurin:11.0.13_8-jdk
FROM eclipse-temurin:11.0.14_9-jdk

# Create the pulsar group and user to make docker container run as a non root user by default
RUN groupadd -g 10001 pulsar
Expand Down

0 comments on commit a2385d9

Please sign in to comment.