Skip to content

Commit

Permalink
Merge pull request #1529 from TeoZosa/dependabot/docker/{{cookiecutte…
Browse files Browse the repository at this point in the history
…r.project_slug}}/python-3.12.3-slim
  • Loading branch information
dependabot[bot] committed Apr 10, 2024
2 parents d8e9aa8 + f8c9017 commit 3f4e80c
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:36d57d7f9948fefe7b6092cfe8567da368033e71ba281b11bb9eeffce3d45bc6
FROM python:3.12.3-slim@sha256:541d45d3d675fb8197f534525a671e2f8d66c882b89491f9dda271f4f94dcd06

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

0 comments on commit 3f4e80c

Please sign in to comment.