Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
docker: use opendjdk-17-jdk on Debian Sid, closes #4627
Browse files Browse the repository at this point in the history
  • Loading branch information
atmaxinger committed Nov 4, 2022
1 parent 3372e19 commit 34df752
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/news/_preparation_next_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ This section keeps you up-to-date with the multi-language support provided by El
- Fix warning for CMP0115 _(0x6178656c)_
- <<TODO>>
- <<TODO>>
- <<TODO>>
- Pass `--stacktrace` to gradle for the JNA builds. _(Maximilian Irlinger @atmaxinger)_
- <<TODO>>
- <<TODO>>

Expand All @@ -423,7 +423,7 @@ This section keeps you up-to-date with the multi-language support provided by El
- <<TODO>>
- <<TODO>>
- <<TODO>>
- <<TODO>>
- Use `openjdk-17-jdk` in Debian Sid. _(Maximilian Irlinger @atmaxinger)_
- <<TODO>>

## Infrastructure
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/debian/sid/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN apt-get update && apt-get -y install \
moreutils \
ninja-build \
npm \
openjdk-11-jdk \
openjdk-17-jdk \
pkg-config \
python3-dev \
python3-pip \
Expand Down

0 comments on commit 34df752

Please sign in to comment.