From b7a6d629b3adc5fd8e935d59f1f6fccf2b6bc4ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 09:03:59 +0000 Subject: [PATCH] Bump python from 3.11.0 to 3.11.3 Bumps python from 3.11.0 to 3.11.3. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c482f32..36cd0f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # start by pulling the python image -FROM python:3.11.0 +FROM python:3.11.3 # switch working directory WORKDIR /app