From 1b98447d57abff2022eda8384ed606991e1d9f67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 02:08:12 +0000 Subject: [PATCH] Update public.ecr.aws/amazonlinux/amazonlinux Docker tag to v2023.6.20250114.0 (#151) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4152705..67dcf82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # hadolint global ignore=DL3041,DL3013,DL4006 -FROM public.ecr.aws/amazonlinux/amazonlinux:2023.6.20250107.0@sha256:115e4b0c86e75eb6c34049d8369c932cd40a5588a98a83187a9bd1d150cd2679 +FROM public.ecr.aws/amazonlinux/amazonlinux:2023.6.20250114.0@sha256:5597e23b89a240ba385226447f50aeb138d259b00f1e1ef3e90ef700317e0cc4 WORKDIR /app COPY . /app