Skip to content

Commit

Permalink
Merge pull request #420 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 6d587a0
  • Loading branch information
mergify[bot] authored Dec 3, 2024
2 parents 9f0a70f + dbf0f59 commit ef22997
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:2a6386ad2db20e7f55073f69a98d6da2cf9f168e05e7487d2670baeb9b7601c5 as final
FROM python:3.12-slim@sha256:6d587a04cdb6bb3b4e6a388faf937255862cb900e11c0593b7da1f72458effc9 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 ef22997

Please sign in to comment.