Skip to content

Commit ffa2d85

Browse files
committed
feat: updated to BNGL2 2.7.0
1 parent ed74af4 commit ffa2d85

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Build image:
44
# docker build \
5-
# --tag biosimulators/bionetgen:2.6.0 \
5+
# --tag biosimulators/bionetgen:2.7.0 \
66
# --tag biosimulators/bionetgen:latest \
77
# .
88
#
@@ -22,8 +22,8 @@
2222

2323
FROM python:3.9-slim-buster
2424

25-
ARG VERSION="0.1.17"
26-
ARG SIMULATOR_VERSION=2.6.0
25+
ARG VERSION="0.1.18"
26+
ARG SIMULATOR_VERSION=2.7.0
2727

2828
# metadata
2929
LABEL \

biosimulators.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"id": "bionetgen",
33
"name": "BioNetGen",
4-
"version": "2.6.0",
4+
"version": "2.7.0",
55
"description": "BioNetGen is an open-source software package for rule-based modeling of complex biochemical systems.",
66
"urls": [{
77
"type": "Home page",
88
"url": "https://bionetgen.org/"
99
}],
1010
"image": {
11-
"url": "ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.6.0",
11+
"url": "ghcr.io/biosimulators/biosimulators_bionetgen/bionetgen:2.7.0",
1212
"format": {
1313
"namespace": "EDAM",
1414
"id": "format_3973",

0 commit comments

Comments
 (0)