Skip to content

Commit

Permalink
1.0.5576 - with updated Amazon Corretto
Browse files Browse the repository at this point in the history
  • Loading branch information
olegs committed Oct 12, 2022
1 parent 83ad4be commit 28342db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ JBR Genome Browser changelog

Here you can see the full list of changes between each release.

Version 1.0.5574
Version 1.0.5576
---------------------

Released on October 12, 2022
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y wget openjdk-11-jre \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/*

RUN wget https://download.jetbrains.com/biolabs/jbr_browser/jar/jbr-1.0.5574.jar --quiet -O jbr.jar
RUN wget https://download.jetbrains.com/biolabs/jbr_browser/jar/jbr-1.0.5576.jar --quiet -O jbr.jar

# JBR sessions should be located here
RUN set -e && mkdir /jbr_session
Expand Down

0 comments on commit 28342db

Please sign in to comment.