From 23d49e0f4a664e7978110a75bbcf32c06b391b70 Mon Sep 17 00:00:00 2001 From: Bitcoin Tools <156422466+bitcoin-tools@users.noreply.github.com> Date: Sat, 1 Feb 2025 08:57:35 -0500 Subject: [PATCH] chore(deps): update amazonlinux:latest docker digest to 8217eec (#1825) Co-authored-by: Renovate Bot --- docker/Dockerfile_amazonlinux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile_amazonlinux b/docker/Dockerfile_amazonlinux index 5ec036a85..0ced7f5db 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:9b8a88839ab2c2abd6a8ded18e49255ab6cb89fcbb81eace8b330ee2afd598fd +FROM amazonlinux:latest@sha256:8217eec04f21ec88f5fd0ce57641a9fa9a586af5c4d2a68c7fcd50f2146ddb03 # Set the terminal type to Xterm. ENV TERM=xterm