Skip to content

Commit

Permalink
Upgrade JDK to 11.0.15 in the docker image
Browse files Browse the repository at this point in the history
(cherry picked from commit 8060ef1)
  • Loading branch information
nicoloboschi committed Apr 28, 2022
1 parent 3ad5b00 commit 08d7147
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.14_9-jdk
FROM eclipse-temurin:11.0.15_10-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 08d7147

Please sign in to comment.