Skip to content

Commit

Permalink
docker: use opendjdk-17-jdk on Debian Sid, closes ElektraInitiative#4627
Browse files Browse the repository at this point in the history
  • Loading branch information
atmaxinger authored and flo91 committed Nov 6, 2022
1 parent e2f1145 commit 3105eda
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 @@ -417,7 +417,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 @@ -427,7 +427,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 3105eda

Please sign in to comment.