diff --git a/base-notebook/Dockerfile b/base-notebook/Dockerfile index 7dbf20be..fc333816 100644 --- a/base-notebook/Dockerfile +++ b/base-notebook/Dockerfile @@ -1,8 +1,9 @@ # Copyright (c) Jupyter Development Team. # Distributed under the terms of the Modified BSD License. -# Debian Jessie image released 2016 May 03. -FROM debian@sha256:f7062cf040f67f0c26ff46b3b44fe036c29468a7e69d8170f37c57f2eec1261b +# Debian Jessie debootstrap from 2017-02-27 +# https://github.com/docker-library/official-images/commit/aa5973d0c918c70c035ec0746b8acaec3a4d7777 +FROM debian@sha256:52af198afd8c264f1035206ca66a5c48e602afb32dc912ebf9e9478134601ec4 MAINTAINER Jupyter Project