We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a817c commit 6c38b02Copy full SHA for 6c38b02
1 file changed
docker/Dockerfile_amazonlinux
@@ -1,7 +1,7 @@
1
# syntax=docker/dockerfile:1
2
# Amazon Linux is a Linux server operating system from AWS, optimized for EC2.
3
# This Dockerfile is ideal for applications that are deployed on AWS and require seamless integration.
4
-FROM amazonlinux:latest@sha256:5ea333708360add6cc16ecec2569b8b75b6ee862528217bac65ad80752f4129b
+FROM amazonlinux:latest@sha256:5642f8e1796bb7e486021647c4914299c5b6c9102ee00cde8b47c962b1bf9e02
5
6
# Set the terminal type to Xterm.
7
ENV TERM=xterm
0 commit comments