Skip to content

Commit

Permalink
Merge pull request #35 from civisanalytics/fix-terminal-access
Browse files Browse the repository at this point in the history
[CIVIS-7585] Update civis-jupyter-notebook to fix terminal access
  • Loading branch information
mheilman authored Aug 15, 2024
2 parents 9806fef + 62be056 commit c7cf27d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL org.opencontainers.image.authors="[email protected]"

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 \
Expand Down

0 comments on commit c7cf27d

Please sign in to comment.