Skip to content

Commit

Permalink
Merge pull request #1345 from girder/dependabot/docker/jupyter/base-n…
Browse files Browse the repository at this point in the history
…otebook-python-3.11.6

Bump jupyter/base-notebook from python-3.9.12 to python-3.11.6
  • Loading branch information
manthey authored Oct 18, 2023
2 parents 54f35cd + 971f397 commit 3678190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slim.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN pip install \


# Jupyter all sources
FROM jupyter/base-notebook:python-3.9.12 as jupyter
FROM jupyter/base-notebook:python-3.11.6 as jupyter
COPY --from=build /opt/build-context/wheels /opt/wheels
LABEL maintainer="Kitware, Inc. <kitware@kitware.com>"
LABEL repo="https://github.com/girder/large_image"
Expand All @@ -83,7 +83,7 @@ ENV LARGE_IMAGE_JUPYTER_PROXY='/proxy/'


# Jupyter Geospatial sources
FROM jupyter/base-notebook:python-3.9.12 as jupyter-geo
FROM jupyter/base-notebook:python-3.11.6 as jupyter-geo
COPY --from=build /opt/build-context/wheels /opt/wheels
LABEL maintainer="Kitware, Inc. <kitware@kitware.com>"
LABEL repo="https://github.com/girder/large_image"
Expand Down

0 comments on commit 3678190

Please sign in to comment.