Skip to content

Commit

Permalink
Update base image in Dockerfile to minimal-notebook:2024-12-03
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviomartins committed Dec 3, 2024
1 parent e3a0227 commit 12c835d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright (c) BDist Development Team
# Distributed under the terms of the Modified BSD License.
FROM quay.io/jupyter/minimal-notebook:2024-11-19
FROM quay.io/jupyter/minimal-notebook:2024-12-03

LABEL maintainer="Flavio Martins <[email protected]>"
ARG NB_BUILD=1
ARG NB_BUILD=0

# Fix: https://github.com/hadolint/hadolint/wiki/DL4006
# Fix: https://github.com/koalaman/shellcheck/wiki/SC3014
Expand Down

0 comments on commit 12c835d

Please sign in to comment.