Compare commits

...

2 commits

Author SHA1 Message Date
Gabriel Augendre a6c39727aa
Merge pull request #128 from Crocmagnon/dependabot/docker/python-3.12.3-slim-bullseye
Bump python from 3.12.2-slim-bullseye to 3.12.3-slim-bullseye
2024-04-16 15:25:22 +02:00
dependabot[bot] 615a9d2d44
Bump python from 3.12.2-slim-bullseye to 3.12.3-slim-bullseye
Bumps python from 3.12.2-slim-bullseye to 3.12.3-slim-bullseye.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 18:03:48 +00:00

View file

@ -14,7 +14,7 @@ RUN date +'%Y-%m-%d %H:%M %Z' > /build-date
##############################################
# Main image
##############################################
FROM python:3.12.2-slim-bullseye AS final
FROM python:3.12.3-slim-bullseye AS final
ARG DEBIAN_FRONTEND=noninteractive
ARG PIP_DISABLE_PIP_VERSION_CHECK=1