From 02ab93844a88f9f0f940ac1622ec95b83d23caeb Mon Sep 17 00:00:00 2001 From: Jonathan Karr Date: Thu, 7 Oct 2021 01:22:49 -0400 Subject: [PATCH] refactor: advanced source for Docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 80a9667..3386ecb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/biosimulators/biosimulators:0.0.5 +FROM ghcr.io/biosimulators/biosimulators:0.0.6 LABEL \ org.opencontainers.image.title="BioSimulators Jupyter server" \