From c73ae0f6d11eda3d46939d8cc00a8842f4bd724a Mon Sep 17 00:00:00 2001 From: David Lewis Date: Thu, 30 Jan 2020 21:54:59 -0600 Subject: [PATCH] update civis-jupyter-notebook to 0.4.6 --- CHANGELOG.md | 4 ++++ Dockerfile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4b9486..ab4ce35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [1.9.1] - 2020-01-30 +### Changed +- update civis-jupyter-notebook version to v0.4.6 + ## [1.9.0] - 2019-03-13 ### Fixed - Reverts version 1.8.0 (#25) diff --git a/Dockerfile b/Dockerfile index d3157e2..3f37923 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ENV VERSION= \ VERSION_MICRO= \ TINI_VERSION=v0.16.1 \ DEFAULT_KERNEL=python3 \ - CIVIS_JUPYTER_NOTEBOOK_VERSION=0.4.2 + CIVIS_JUPYTER_NOTEBOOK_VERSION=0.4.6 RUN DEBIAN_FRONTEND=noninteractive apt-get update -y --no-install-recommends && \ apt-get install -y --no-install-recommends software-properties-common && \