Bump Docker python image from 3.10.9 to 3.10.10 on production Django (#4214)

Bumps python from 3.10.9-slim-bullseye to 3.10.10-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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-16 17:13:53 +00:00 committed by GitHub
parent 96950f2191
commit 1605101321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ RUN npm run build
{%- endif %}
# define an alias for the specfic python version used in this file.
FROM python:3.10.9-slim-bullseye as python
FROM python:3.10.10-slim-bullseye as python
# Python build stage
FROM python as python-build-stage