From 66c1e9238f2d716a7542568718a9d03ac832f9f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 08:12:13 +0000 Subject: [PATCH] Bump python from 3.11.0 to 3.11.2 Bumps python from 3.11.0 to 3.11.2. --- 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..819efa3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # start by pulling the python image -FROM python:3.11.0 +FROM python:3.11.2 # switch working directory WORKDIR /app