Updated OpenJDK to 17 version

This commit is contained in:
Alexey Pustovalov
2023-09-20 18:13:10 +09:00
parent e60973a136
commit cb73c5f897
10 changed files with 11 additions and 11 deletions

View File

@@ -38,13 +38,13 @@ RUN set -eux && \
patch \
pcre2-dev \
postgresql-dev \
openjdk8 \
openjdk17 \
gettext \
git \
g++ \
go \
make \
openjdk8-jre-base \
openjdk17-jre-headless \
unixodbc-dev" && \
apk add \
--no-cache \