From 2d0e15daa9fb232553539ad99227d216fc01a14f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 00:10:11 +0000 Subject: [PATCH] fix: bump radiorabe/s2i-base in the baseimages group (#108) Bumps the baseimages group with 1 update: [radiorabe/s2i-base](https://github.com/radiorabe/container-image-rabe-s2i-base-minimal). Updates `radiorabe/s2i-base` from 2.3.0 to 2.3.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.3.0...v2.3.1) --- updated-dependencies: - 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b8f8f1e..2c6bfe1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM registry.access.redhat.com/ubi9/python-312:9.5 as base -FROM ghcr.io/radiorabe/s2i-base:2.3.0 +FROM ghcr.io/radiorabe/s2i-base:2.3.1 EXPOSE 8080