Skip to content

Commit

Permalink
fix: install openjdk-17 in Dockerfile (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
crossoverJie authored Jun 26, 2023
1 parent 7f91b2b commit 56c9691
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 56c9691

Please sign in to comment.