Skip to content

Commit

Permalink
Update Dockerfile.iotdb-server to use java 17 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
HTHou authored Jul 16, 2024
1 parent 575ffe0 commit cc317bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ jobs:

build:
name: e2e test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ubuntu-latest

steps:

- name: Check out code into the Go module directory
Expand Down
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 cc317bd

Please sign in to comment.