From 113eea7de59473f95f4cfe00c2c1ca9dd255d12a Mon Sep 17 00:00:00 2001 From: Atomist Bot Date: Fri, 7 Oct 2022 07:12:41 +0000 Subject: [PATCH] Pin Docker image python:alpine python:alpine -> python:alpine@sha256:c9d3c11e89887c82efeb4f4fee8771a406cf42f41aebbd23148906d5fe3c1426 [atomist:generated] [atomist-skill:atomist/docker-base-image-policy] Signed-off-by: Atomist Bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4b43f6d..fd85a45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Install the base requirements for the app. # This stage is to support development. -FROM python:alpine AS base +FROM python:alpine@sha256:c9d3c11e89887c82efeb4f4fee8771a406cf42f41aebbd23148906d5fe3c1426 AS base WORKDIR /app COPY requirements.txt . RUN pip install -r requirements.txt