We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d08dfde commit 67eeddaCopy full SHA for 67eedda
docker/Dockerfile
@@ -3,7 +3,7 @@ ARG BASE_IMAGE=latest
3
FROM ghcr.io/ccpbiosim/jupyterhub-base:$BASE_IMAGE
4
5
LABEL maintainer="James Gebbie-Rayet <james.gebbie@stfc.ac.uk>"
6
-LABEL org.opencontainers.image.source=https://github.com/jimboid/biosim-python-workshop
+LABEL org.opencontainers.image.source=https://github.com/ccpbiosim/python-workshop
7
LABEL org.opencontainers.image.description="A container environment for the ccpbiosim workshop on Python."
8
LABEL org.opencontainers.image.licenses=MIT
9
0 commit comments