From 77172b8b9a0d63e5aadf7560cf28abbadb31c6c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 13:08:42 +0000 Subject: [PATCH] build(deps): bump python in /examples/shared/flask Bumps python from 3.10.5-slim-bullseye to 3.11.2-slim-bullseye. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/shared/flask/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/shared/flask/Dockerfile b/examples/shared/flask/Dockerfile index b7d5e8f2b5ef..f8a606b06c45 100644 --- a/examples/shared/flask/Dockerfile +++ b/examples/shared/flask/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.5-slim-bullseye@sha256:298c9915def292fb619a1c402e83e204aec41e56474411fdb0d198c65f235a0f +FROM python:3.11.2-slim-bullseye@sha256:bacbf34dce68ade6a2a77cec2888e3cff97497d41d082b5c338e7996016ba590 ADD requirements.txt /tmp/flask-requirements.txt RUN pip3 install -qr /tmp/flask-requirements.txt