From 10c67680ca6e0d2d4ec4821f6acb1cb1bfdf8db0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 22 Oct 2024 02:44:05 +0000 Subject: [PATCH] chore(deps): update amazonlinux:latest docker digest to 5bf4cf4 --- docker/Dockerfile_amazonlinux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile_amazonlinux b/docker/Dockerfile_amazonlinux index 5a061a2a4..dd5ae96f4 100644 --- a/docker/Dockerfile_amazonlinux +++ b/docker/Dockerfile_amazonlinux @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # Amazon Linux is a Linux server operating system from AWS, optimized for EC2. # This Dockerfile is ideal for applications that are deployed on AWS and require seamless integration. -FROM amazonlinux:latest@sha256:019cf20c5b98efcd548952d31df1768377916bf8d57d70d979c6c92bfd5e7446 +FROM amazonlinux:latest@sha256:5bf4cf420ef7e50835911993c6a2ddb0e8f5101c0ef89ca20e9d02a03c8c3a8c # Set the terminal type to Xterm. ENV TERM=xterm