From a351cb1e015ff4a5e4b16372d3d7cc4361bf0849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:26:28 +0400 Subject: [PATCH] Bump amazonlinux in /s3-proxy (#3822) Bumps amazonlinux from 2023.3.20231211.4 to 2023.3.20231218.0. --- updated-dependencies: - dependency-name: amazonlinux dependency-type: direct:production update-type: version-update:semver-patch ... 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 1482e8aaab9..a7a960b0f03 100644 --- a/s3-proxy/Dockerfile +++ b/s3-proxy/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2023.3.20231211.4 +FROM amazonlinux:2023.3.20231218.0 MAINTAINER Quilt Data, Inc. contact@quiltdata.io # Based on: