From 879dde1d143ce4579f7622a0681737bddda6d06e Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Sun, 7 Apr 2024 00:07:04 -0500 Subject: [PATCH] Update Dockerfile --- aws-cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-cli/Dockerfile b/aws-cli/Dockerfile index 400fdbc..e28e87a 100644 --- a/aws-cli/Dockerfile +++ b/aws-cli/Dockerfile @@ -1,4 +1,4 @@ -FROM amazon/aws-cli:2.15.35 +FROM amazon/aws-cli:2.15.35@sha256:9d1582256677c240d1f735b4ff4cc407c0596dccffa713fc405186794fab8139 # hadolint ignore=DL3033 RUN yum update -y \