diff --git a/docker/Dockerfile_amazonlinux b/docker/Dockerfile_amazonlinux index 728ff5e0..04fe9694 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:6c2c3bb2ce484e8496c83bd672a62528406b96c74594b195f70dc3d7b420c296 +FROM amazonlinux:latest@sha256:5cb6ab1a1a13f33425b6c660a45f06298e204a22df1f9eeefe69cda3735d9757 # Set the terminal type to Xterm. ENV TERM=xterm