From 27fafa6bee09034712562e719404c8345be082e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 00:08:09 +0100 Subject: [PATCH] chore: bump ubi9/python-311 from 1-41 to 1-45 (#55) Bumps ubi9/python-311 from 1-41 to 1-45. --- updated-dependencies: - dependency-name: ubi9/python-311 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8fbfe57..953066e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-311:1-41 as base +FROM registry.access.redhat.com/ubi9/python-311:1-45 as base FROM ghcr.io/radiorabe/s2i-base:2.1.4 EXPOSE 8080