From e39d10077fc0a2560c41f90cb280ca6be1040e1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 00:06:07 +0200 Subject: [PATCH] chore: bump ubi9/python-311 in the baseimages group (#98) Bumps the baseimages group with 1 update: ubi9/python-311. Updates `ubi9/python-311` from 1-77.1726664316 to 1-77.1726696860 --- updated-dependencies: - dependency-name: ubi9/python-311 dependency-type: direct:production dependency-group: baseimages ... 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 dbea446..bf0d480 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-311:1-77.1726664316 as base +FROM registry.access.redhat.com/ubi9/python-311:1-77.1726696860 as base FROM ghcr.io/radiorabe/s2i-base:2.2.3 EXPOSE 8080