diff --git a/CHANGELOG.md b/CHANGELOG.md index 3514032..cd0bdce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +# [3.0.1] - 2024-08-15 + +### Fixed +- civis-jupyter-notebook -> 2.2.1 to fix terminal access + # [3.0.0] - 2024-08-13 ### Changed diff --git a/Dockerfile b/Dockerfile index 4467d27..4605e4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL org.opencontainers.image.authors="support@civisanalytics.com" ENV DEFAULT_KERNEL=ir \ TINI_VERSION=v0.19.0 \ - CIVIS_JUPYTER_NOTEBOOK_VERSION=2.2.0 + CIVIS_JUPYTER_NOTEBOOK_VERSION=2.2.1 RUN DEBIAN_FRONTEND=noninteractive apt-get update -y && \ apt-get install -y --no-install-recommends \