Skip to content

Commit

Permalink
Merge pull request #433 from renovate-bot/renovate/python-3.12-slim
Browse files Browse the repository at this point in the history
Update python:3.12-slim Docker digest to 2b00791
  • Loading branch information
mergify[bot] authored Dec 5, 2024
2 parents 576cecc + b3d3685 commit 07b516e
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
Expand Up @@ -11,7 +11,7 @@ RUN pipenv --no-site-packages install -v --deploy


############################################################
FROM python:3.12-slim@sha256:7bcc7d0dd5a26323b74ac8f457d2039050c79bf9146d39dda7efed2ec51f7615 as final
FROM python:3.12-slim@sha256:2b0079146a74e23bf4ae8f6a28e1b484c6292f6fb904cbb51825b4a19812fcd8 as final

Check warning on line 14 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 adduser --uid 19876 summarizer-bot && \
mkdir /app && \
Expand Down

0 comments on commit 07b516e

Please sign in to comment.