Skip to content

Commit 6ad5096

Browse files
committed
Use old tag for binder
1 parent f16d1e3 commit 6ad5096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

binder/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# https://hub.docker.com/r/jupyter/base-notebook/tags
55
ARG OWNER=jupyter
6-
ARG BASE_CONTAINER=$OWNER/base-notebook:2023-02-28
6+
ARG BASE_CONTAINER=$OWNER/base-notebook:85f615d5cafa
77
FROM $BASE_CONTAINER
88

99
LABEL maintainer="Jupyter Project <[email protected]>"
@@ -12,6 +12,6 @@ LABEL maintainer="Jupyter Project <[email protected]>"
1212
# Fix: https://github.com/koalaman/shellcheck/wiki/SC3014
1313
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1414

15-
ENV TAG="2023-02-28"
15+
ENV TAG="85f615d5cafa"
1616

1717
COPY --chown=${NB_UID}:${NB_GID} binder/README.ipynb "${HOME}"/README.ipynb

0 commit comments

Comments
 (0)