diff --git a/docker/Dockerfile_amazonlinux b/docker/Dockerfile_amazonlinux index 0e29eab26..b2624c9e9 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:0c74e9fbba754003cfa179fd5cc65be7790d7248443276948704b8a858b298e5 # Set the terminal type to Xterm. ENV TERM=xterm