We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ada07b commit fabe6bfCopy full SHA for fabe6bf
docker/converter.Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3.9-alpine
2
3
-RUN apk add nginx openjdk8 python3-dev build-base linux-headers pcre-dev bash
+RUN apk add nginx openjdk17-jre python3-dev build-base linux-headers pcre-dev bash
4
5
WORKDIR /opt/SBOL-Validator
6
docker/validator.Dockerfile
0 commit comments