From 8f2fe880b4d997b94934c631636c471e089c8cd6 Mon Sep 17 00:00:00 2001 From: Michael Chin Date: Thu, 16 Mar 2023 18:10:28 -0700 Subject: [PATCH 1/2] Pin AL2 image in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 0a29605d702af5a784da81db2d7527aaba6722fb Mon Sep 17 00:00:00 2001 From: Michael Chin Date: Thu, 16 Mar 2023 18:45:58 -0700 Subject: [PATCH 2/2] update changelog --- ChangeLog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.md b/ChangeLog.md index 5b307022..4e787c76 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)) ## Release 3.7.3 (March 14, 2023) - Fixed detailed mode output for graph summary requests ([Link to PR](https://github.com/aws/graph-notebook/pull/461))