From ce576d296f6b6abec30c53acb9f817b91cbf5492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 15:28:32 +0000 Subject: [PATCH] fix: bump the baseimages group across 1 directory with 2 updates (#79) Bumps the baseimages group with 2 updates in the / directory: ubi9/python-311 and [radiorabe/s2i-base](https://github.com/radiorabe/container-image-rabe-s2i-base-minimal). Updates `ubi9/python-311` from 1-62.1714671026 to 1-62.1716478620 Updates `radiorabe/s2i-base` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/radiorabe/container-image-rabe-s2i-base-minimal/releases) - [Commits](https://github.com/radiorabe/container-image-rabe-s2i-base-minimal/compare/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: ubi9/python-311 dependency-type: direct:production dependency-group: baseimages - dependency-name: radiorabe/s2i-base dependency-type: direct:production update-type: version-update:semver-patch dependency-group: baseimages ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f8c1376..8a40bf9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM registry.access.redhat.com/ubi9/python-311:1-62.1714671026 as base -FROM ghcr.io/radiorabe/s2i-base:2.2.0 +FROM registry.access.redhat.com/ubi9/python-311:1-62.1716478620 as base +FROM ghcr.io/radiorabe/s2i-base:2.2.1 EXPOSE 8080