We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cf91fa + b74c1df commit 1253554Copy full SHA for 1253554
VMs/Dockerfile
@@ -5,8 +5,8 @@ MAINTAINER "Dave Wichers dave.wichers@owasp.org"
5
RUN apt-get update
6
RUN DEBIAN_FRONTEND="noninteractive" apt-get -y install tzdata
7
RUN apt-get install -q -y \
8
- openjdk-11-jre-headless \
9
- openjdk-11-jdk \
+ openjdk-17-jre-headless \
+ openjdk-17-jdk \
10
git \
11
maven \
12
wget \
0 commit comments