From baf1a6291a58461cc3fb78937dbf66cb0c491721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 16:36:15 +0000 Subject: [PATCH] Bump python in /{{cookiecutter.project_slug}}/compose/production/django 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] --- .../compose/production/django/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/compose/production/django/Dockerfile b/{{cookiecutter.project_slug}}/compose/production/django/Dockerfile index ac4ca7714..8ca35f180 100644 --- a/{{cookiecutter.project_slug}}/compose/production/django/Dockerfile +++ b/{{cookiecutter.project_slug}}/compose/production/django/Dockerfile @@ -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