Skip to content

Commit

Permalink
Merge pull request #402 from renovate-bot/renovate/python-3.12
Browse files Browse the repository at this point in the history
Update python:3.12 Docker digest to 5cd09a2
  • Loading branch information
mergify[bot] authored Nov 13, 2024
2 parents 469a77e + fc1f9c1 commit 23e59aa
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:963065e5285224a7b98fcfa0b80ef9ea094e525fe8985dbe058f771def2523f5 as builder
FROM python:3.12@sha256:5cd09a2972416af0ca714d319055b374249ad87568289c410bd7f293a9b468e0 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 23e59aa

Please sign in to comment.