Skip to content

Commit

Permalink
Bump jupyter/base-notebook from python-3.9.12 to python-3.11.6
Browse files Browse the repository at this point in the history
Bumps jupyter/base-notebook from python-3.9.12 to python-3.11.6.

---
updated-dependencies:
- dependency-name: jupyter/base-notebook
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent b1765d7 commit 971f397
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 971f397

Please sign in to comment.