Skip to content

Commit 411af49

Browse files
authored
Merge pull request #986 from consideRatio/maintenance-bump-of-ubuntu
Bump Ubuntu 18.04 to latest build
2 parents 140e7cc + 525b3c0 commit 411af49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

base-notebook/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Copyright (c) Jupyter Development Team.
22
# Distributed under the terms of the Modified BSD License.
33

4-
# Ubuntu 18.04 (bionic) from 2019-10-29
5-
# https://github.com/tianon/docker-brew-ubuntu-core/commit/d4313e13366d24a97bd178db4450f63e221803f1
6-
ARG BASE_CONTAINER=ubuntu:bionic-20191029@sha256:6e9f67fa63b0323e9a1e587fd71c561ba48a034504fb804fd26fd8800039835d
4+
# Ubuntu 18.04 (bionic)
5+
# https://hub.docker.com/_/ubuntu/?tab=tags&name=bionic
6+
ARG BASE_CONTAINER=ubuntu:bionic-20200112@sha256:bc025862c3e8ec4a8754ea4756e33da6c41cba38330d7e324abd25c8e0b93300
77
FROM $BASE_CONTAINER
88

99
LABEL maintainer="Jupyter Project <[email protected]>"

0 commit comments

Comments
 (0)