Skip to content

Commit

Permalink
Merge branch 'master' into add-single-partition-router
Browse files Browse the repository at this point in the history
  • Loading branch information
crossoverJie committed Jun 26, 2023
2 parents c432172 + 56c9691 commit 2d538f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ARG GOLANG_IMAGE=golang:latest
FROM $PULSAR_IMAGE as pulsar
FROM $GOLANG_IMAGE

RUN apt-get update && apt-get install -y openjdk-17-jre-headless ca-certificates
RUN apt-get update && apt-get install -y openjdk-17-jre ca-certificates

COPY --from=pulsar /pulsar /pulsar

Expand Down

0 comments on commit 2d538f2

Please sign in to comment.