From 9411941612c6ba888178f9b7f27f028324c11f4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:12:48 +0000 Subject: [PATCH] Bump ubuntu in /docker/production/django Bumps ubuntu from jammy-20230816 to jammy-20231004. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/production/django/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/production/django/Dockerfile b/docker/production/django/Dockerfile index 8b5e9fe..3e4e397 100644 --- a/docker/production/django/Dockerfile +++ b/docker/production/django/Dockerfile @@ -1,5 +1,5 @@ # because ubuntu-jammy uses python3 for latest python3.10 and pip3 -FROM ubuntu:jammy-20230816 +FROM ubuntu:jammy-20231004 # Create it as a "system" user without a home directory (-r) # Do not force a specific numeric uid