We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9454f commit 7bf5c30Copy full SHA for 7bf5c30
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:51b2a6d2c7f920500b9a061b3f4776319ed40094ec4b75dcb2a4e3a1bdaed37a
+FROM amazonlinux:latest@sha256:cb5b4c509d62ae388f674c139ae5e8281fc160c217d474445e912043e1941988
5
6
# Set the terminal type to Xterm.
7
ENV TERM=xterm
0 commit comments