Skip to content

Commit a3d1cb1

Browse files
authored
Merge pull request #609 from Sage-Bionetworks/gen-2242-update-java
[GEN-2242] Update java to support newest annotator.jar
2 parents 3160aaa + 2f7716f commit a3d1cb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN apt-get update && apt-get install -y --allow-unauthenticated --no-install-re
4141
# texlive-generic-recommended \
4242
texlive-latex-extra \
4343
# genome nexus
44-
openjdk-11-jre \
44+
openjdk-21-jre \
4545
# This is for reticulate
4646
python3.8-venv && \
4747
apt-get clean && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This package contains both R, Python and cli tools. These are tools or packages
2323
- R 4.2.2
2424
- `renv::install()`
2525
- Follow instructions [here](https://r-docs.synapse.org/#note-for-windows-and-mac-users) to install synapser
26-
- [Java > 8](https://www.java.com/en/download/)
26+
- [Java = 21](https://www.java.com/en/download/)
2727
- For mac users, it seems to work better to run `brew install java`
2828
- [wget](https://www.gnu.org/software/wget/)
2929
- For mac users, have to run `brew install wget`

0 commit comments

Comments
 (0)