Skip to content

Commit a23d6f3

Browse files
committed
Update minimal-notebook base image to version 2026-01-19 and reset NB_BUILD argument
1 parent 221db2f commit a23d6f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# Distributed under the terms of the Modified BSD License.
33
FROM clickhouse/clickhouse-server:latest AS clickhouse
44

5-
FROM quay.io/jupyter/minimal-notebook:2026-01-12
5+
FROM quay.io/jupyter/minimal-notebook:2026-01-19
66

77
LABEL maintainer="Flavio Martins <flavio.f.martins@tecnico.ulisboa.pt>"
8-
ARG NB_BUILD=2
8+
ARG NB_BUILD=0
99

1010
# Fix: https://github.com/hadolint/hadolint/wiki/DL4006
1111
# Fix: https://github.com/koalaman/shellcheck/wiki/SC3014

0 commit comments

Comments
 (0)