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 <bot@atomist.com>
This commit is contained in:
Atomist Bot 2022-10-07 07:12:41 +00:00
parent 6f818a549f
commit 113eea7de5

View File

@ -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