Browse Source

Update compose-web Dockerfile (#2942)

Update jdk version to 17
pull/2954/head
Oleksandr Karpovich 1 year ago committed by GitHub
parent
commit
02bf0d0569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      ci/docker/compose-web/Dockerfile-Basic

4
ci/docker/compose-web/Dockerfile-Basic

@ -1,4 +1,4 @@
FROM ubuntu:20.10
FROM ubuntu:20.04
SHELL ["/bin/bash", "-c"]
@ -7,7 +7,7 @@ RUN dpkg-reconfigure -f noninteractive dash
RUN dpkg --add-architecture i386 && apt-get update -yqq && apt-get install -y \
gnupg2 \
openjdk-11-jdk \
openjdk-17-jdk \
python3 \
python-is-python3 \
unzip \

Loading…
Cancel
Save