From cf1fe34e7e11106e7f890c5cf3b10fca056997f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:42:34 +0000 Subject: [PATCH] chore: bump radiorabe/s2i-python in the baseimages group (#192) Bumps the baseimages group with 1 update: [radiorabe/s2i-python](https://github.com/radiorabe/container-image-rabe-s2i-python-minimal). Updates `radiorabe/s2i-python` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/radiorabe/container-image-rabe-s2i-python-minimal/releases) - [Commits](https://github.com/radiorabe/container-image-rabe-s2i-python-minimal/compare/v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: radiorabe/s2i-python 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 6db87f7..19f7201 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/radiorabe/s2i-python:2.2.2 AS build +FROM ghcr.io/radiorabe/s2i-python:2.2.3 AS build COPY --chown=1001:0 ./ /opt/app-root/src/