Skip to content

Commit fabe6bf

Browse files
committed
Update Java
1 parent 0ada07b commit fabe6bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/converter.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.9-alpine
22

3-
RUN apk add nginx openjdk8 python3-dev build-base linux-headers pcre-dev bash
3+
RUN apk add nginx openjdk17-jre python3-dev build-base linux-headers pcre-dev bash
44

55
WORKDIR /opt/SBOL-Validator
66

docker/validator.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.9-alpine
22

3-
RUN apk add nginx openjdk8 python3-dev build-base linux-headers pcre-dev bash
3+
RUN apk add nginx openjdk17-jre python3-dev build-base linux-headers pcre-dev bash
44

55
WORKDIR /opt/SBOL-Validator
66

0 commit comments

Comments
 (0)