diff --git a/ChangeLog.md b/ChangeLog.md index 5fedf8b1..8fcc25c1 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,7 @@ Starting with v1.31.6, this file will contain a record of major features and updates made in each release of graph-notebook. ## Upcoming +- Fixed Dockerfile builds breaking with AL2023 ([Link to PR](https://github.com/aws/graph-notebook/pull/466)) - Fixed `--store-to` option for several magics ([Link to PR](https://github.com/aws/graph-notebook/pull/463)) ## Release 3.7.3 (March 14, 2023) diff --git a/Dockerfile b/Dockerfile index cd3d0225..e3255128 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:latest +FROM amazonlinux:2 # Notebook Port EXPOSE 8888