From cedecf0c6c6d9c600fb0bfc5dfc7da74f280fcf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 09:03:38 +0000 Subject: [PATCH] Bump python from 3.11.0 to 3.11.4 Bumps python from 3.11.0 to 3.11.4. --- 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..6db9a5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # start by pulling the python image -FROM python:3.11.0 +FROM python:3.11.4 # switch working directory WORKDIR /app