Skip to content

Commit

Permalink
Switch Docker image to Java 11
Browse files Browse the repository at this point in the history
(cherry picked from commit 13c3553)
  • Loading branch information
cdbartholomew authored and eolivelli committed May 7, 2021
1 parent 759c995 commit 830d798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/pulsar-standalone/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ FROM apachepulsar/pulsar-all:latest as pulsar
FROM apachepulsar/pulsar-dashboard:latest as dashboard

# Restart from
FROM openjdk:8-jdk
FROM openjdk:11-jdk

# Note that the libpq-dev package is needed here in order to install
# the required python psycopg2 package (for postgresql) later
Expand Down
2 changes: 1 addition & 1 deletion docker/pulsar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ COPY scripts/install-pulsar-client-37.sh /pulsar/bin
### Create 2nd stage from OpenJDK image
### and add Python dependencies (for Pulsar functions)

FROM openjdk:8-jdk-slim
FROM openjdk:11-jdk-slim

# Install some utilities
RUN apt-get update \
Expand Down

0 comments on commit 830d798

Please sign in to comment.