From b044525004e990777398f8b125f0ef8774b32aac Mon Sep 17 00:00:00 2001 From: "strg-public-bot[bot]" <174349635+strg-public-bot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 03:01:09 +0000 Subject: [PATCH] chore(deps): pin python docker tag to c46b0ae --- opensearch-snapshots-alerting/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensearch-snapshots-alerting/Dockerfile b/opensearch-snapshots-alerting/Dockerfile index 58c9462..ab2f37b 100644 --- a/opensearch-snapshots-alerting/Dockerfile +++ b/opensearch-snapshots-alerting/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim-buster +FROM python:3.11-slim-buster@sha256:c46b0ae5728c2247b99903098ade3176a58e274d9c7d2efeaaab3e0621a53935 RUN apt update