Skip to content

Commit

Permalink
feat: updated to BNGL2 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Sep 30, 2021
1 parent ed74af4 commit ffa2d85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Build image:
# docker build \
# --tag biosimulators/bionetgen:2.6.0 \
# --tag biosimulators/bionetgen:2.7.0 \
# --tag biosimulators/bionetgen:latest \
# .
#
Expand All @@ -22,8 +22,8 @@

FROM python:3.9-slim-buster

ARG VERSION="0.1.17"
ARG SIMULATOR_VERSION=2.6.0
ARG VERSION="0.1.18"
ARG SIMULATOR_VERSION=2.7.0

# metadata
LABEL \
Expand Down
4 changes: 2 additions & 2 deletions biosimulators.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"id": "bionetgen",
"name": "BioNetGen",
"version": "2.6.0",
"version": "2.7.0",
"description": "BioNetGen is an open-source software package for rule-based modeling of complex biochemical systems.",
"urls": [{
"type": "Home page",
"url": "https://bionetgen.org/"
}],
"image": {
"url": "ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.6.0",
"url": "ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.7.0",
"format": {
"namespace": "EDAM",
"id": "format_3973",
Expand Down

0 comments on commit ffa2d85

Please sign in to comment.