4.0.11
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Malte Grosse 2024-02-05 12:57:19 +01:00
parent 745dbffeb9
commit ee43e6d353
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ steps:
settings: settings:
registry: git.sandbox.iuk.hdm-stuttgart.de registry: git.sandbox.iuk.hdm-stuttgart.de
repo: grosse/jupyterlab-datascience repo: grosse/jupyterlab-datascience
tags: 4.0.12 tags: 4.0.11
dockerfile: Dockerfile dockerfile: Dockerfile
username: username:
from_secret: docker_username from_secret: docker_username

View File

@ -1,4 +1,4 @@
ARG LAB_IMAGE=quay.io/jupyter/scipy-notebook:lab-4.0.12 ARG LAB_IMAGE=quay.io/jupyter/scipy-notebook:lab-4.0.11
FROM ${LAB_IMAGE} FROM ${LAB_IMAGE}
RUN echo "install custom extensions" RUN echo "install custom extensions"