From e1d70e243abadb9f4b423952c76273890ab47358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 08:53:29 +0100 Subject: [PATCH] fix: bump the baseimages group with 2 updates (#522) Bumps the baseimages group with 2 updates: [radiorabe/s2i-python](https://github.com/radiorabe/container-image-rabe-s2i-python-minimal) and [radiorabe/python-minimal](https://github.com/radiorabe/container-image-python-minimal). Updates `radiorabe/s2i-python` from 3.0.1 to 3.1.0 - [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/v3.0.1...v3.1.0) Updates `radiorabe/python-minimal` from 3.0.1 to 3.1.0 - [Release notes](https://github.com/radiorabe/container-image-python-minimal/releases) - [Commits](https://github.com/radiorabe/container-image-python-minimal/compare/v3.0.1...v3.1.0) --- updated-dependencies: - dependency-name: radiorabe/s2i-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: baseimages - dependency-name: radiorabe/python-minimal dependency-type: direct:production update-type: version-update:semver-minor 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 7bb8c805..d00d0c6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/radiorabe/s2i-python:3.0.1 AS build +FROM ghcr.io/radiorabe/s2i-python:3.1.0 AS build COPY --chown=1001:0 ./ /opt/app-root/src/ @@ -8,7 +8,7 @@ RUN npm install \ RUN python -mbuild -FROM ghcr.io/radiorabe/python-minimal:3.0.1 AS app +FROM ghcr.io/radiorabe/python-minimal:3.1.0 AS app COPY --from=build /opt/app-root/src/dist/*.whl /tmp/dist/