We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e545f32 commit eb2f846Copy full SHA for eb2f846
vre-swan-cern/Dockerfile
@@ -1,6 +1,10 @@
1
-ARG VERSION_PARENT=v0.0.33
2
-# FROM gitlab-registry.cern.ch/swan/docker-images/jupyter/swan:${VERSION_PARENT}
3
-FROM ghcr.io/vre-hub/vre-swan:latest
+# ARG VERSION_PARENT=v0.0.33
+# # FROM gitlab-registry.cern.ch/swan/docker-images/jupyter/swan:${VERSION_PARENT}
+# FROM ghcr.io/vre-hub/vre-swan:latest
4
+
5
+ARG VERSION_PARENT=v0.0.36
6
7
+FROM gitlab-registry.cern.ch/swan/docker-images/jupyter/swan:${VERSION_PARENT}
8
9
LABEL maintainer="swan-admins@cern.ch"
10
ARG NB_UID="1000"
0 commit comments