Skip to content

Commit

Permalink
Update python:3.12 Docker digest to dcead32
Browse files Browse the repository at this point in the history
Signed-off-by: Mend Renovate <[email protected]>
  • Loading branch information
renovate-bot committed Dec 25, 2024
1 parent 38b4499 commit e9b4551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This Dockerfile is based on the pattern recommended by the pipenv docs:
# https://pipenv.pypa.io/en/latest/docker.html
FROM python:3.12@sha256:bc2e0d277bb2841ac23e1ed6180bd70c74a84c5e7338c0de57f93ea01168c033 as builder
FROM python:3.12@sha256:dcead327659001363213053b1bb819d908280efdea0a3c5ea4e62bfba34b141e as builder

Check warning on line 3 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build (and push) container image

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

RUN pip install --no-cache-dir pipenv==2023.12.1
ENV PIPENV_VENV_IN_PROJECT=1
Expand Down

0 comments on commit e9b4551

Please sign in to comment.