From 48bc8331e1cbce6e4c71ca4a89657c09a2fc2a18 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 30 May 2026 05:36:28 +0000 Subject: [PATCH] chore(deps): update amazonlinux:latest docker digest to ad88280 --- docker/Dockerfile_amazonlinux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile_amazonlinux b/docker/Dockerfile_amazonlinux index 0e29eab26..22e20a3a6 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:5ea333708360add6cc16ecec2569b8b75b6ee862528217bac65ad80752f4129b +FROM amazonlinux:latest@sha256:ad882807c6c88f478186fa2632637380e06071a303e2b3bd96ab71846a77c6a3 # Set the terminal type to Xterm. ENV TERM=xterm