Skip to content

Commit

Permalink
⬆️ Bump python in /{{cookiecutter.project_slug}}
Browse files Browse the repository at this point in the history
Bumps python from `5c73034` to `5f02448`.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 12, 2024
1 parent 6ed037a commit fb78a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:experimental

FROM python:3.12.2-slim@sha256:5c73034c2bc151596ee0f1335610735162ee2b148816710706afec4757ad5b1e
FROM python:3.12.2-slim@sha256:5f024480b43f0c266952a94f0ed2779e993ecfd0a583417678296c53ecf891b2

LABEL maintainer="{{cookiecutter.author}} <{{cookiecutter.email}}>"
ENV LANG C.UTF-8
Expand Down

0 comments on commit fb78a3a

Please sign in to comment.