This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git
The following commit(s) were added to refs/heads/master by this push:
new 6acecf0 Fix broken master by upgrading JRE to 17 (#1030)
6acecf0 is described below
commit 6acecf06aee5ab987b5e527d24a2aee7f82f3598
Author: Yunze Xu <[email protected]>
AuthorDate: Fri Jun 16 13:24:56 2023 +0800
Fix broken master by upgrading JRE to 17 (#1030)
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index f66eba5..7548729 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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-11-jre-headless
ca-certificates
+RUN apt-get update && apt-get install -y openjdk-17-jre-headless
ca-certificates
COPY --from=pulsar /pulsar /pulsar