Skip to content

Commit

Permalink
Update Dockerfile.iotdb-server to use java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
HTHou authored Jul 16, 2024
1 parent 575ffe0 commit c799ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/Dockerfile.iotdb-server
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# under the License.
#

FROM openjdk:11-jre-slim
FROM eclipse-temurin:17-jre-focal

RUN apt update \
&& apt install -y procps && apt clean
Expand Down

0 comments on commit c799ec4

Please sign in to comment.