From 47967bbed57db8f5567b4743bb5f61e1798d6617 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Thu, 13 Jun 2024 15:11:42 -0700 Subject: [PATCH] chore: pin shas in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3368644..d89d832 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ #checkov:skip=CKV_DOCKER_2 #checkov:skip=CKV_DOCKER_3 -FROM python:3.12-slim +FROM python:3.12-slim@sha256:e3ae8cf03c4f0abbfef13a8147478a7cd92798a94fa729a36a185d9106cbae32 WORKDIR /action/workspace COPY requirements.txt CONTRIBUTING-template.md open_contrib_pr.py /action/workspace/