From a8c6259e0193d49eacc8d9f6b5a2f837d9c83327 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:25:44 +0400 Subject: [PATCH 1/2] Bump amazonlinux from 2023.5.20240903.0 to 2023.5.20240916.0 in /s3-proxy (#4152) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- s3-proxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3-proxy/Dockerfile b/s3-proxy/Dockerfile index 303ed62330f..f6259525ea5 100644 --- a/s3-proxy/Dockerfile +++ b/s3-proxy/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2023.5.20240903.0 +FROM amazonlinux:2023.5.20240916.0 MAINTAINER Quilt Data, Inc. contact@quiltdata.io # Based on: From 3765335f630bfd334d73bb3b91fd4e5484a872eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:25:55 +0400 Subject: [PATCH 2/2] Bump amazonlinux from 2023.5.20240903.0 to 2023.5.20240916.0 in /catalog (#4151) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- catalog/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/Dockerfile b/catalog/Dockerfile index 6fce6ae507b..c5d4442edae 100644 --- a/catalog/Dockerfile +++ b/catalog/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2023.5.20240903.0 +FROM amazonlinux:2023.5.20240916.0 MAINTAINER Quilt Data, Inc. contact@quiltdata.io ENV LC_ALL=C.UTF-8