From b2a9a3dd545dd9aed21f0178691a8c19deee704c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 22:16:01 +0000 Subject: [PATCH] fix(deps): bump the images group with 2 updates Bumps the images 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 2.0.0 to 2.0.4 - [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.0.0...v2.0.4) Updates `radiorabe/python-minimal` from 2.0.0 to 2.0.3 - [Release notes](https://github.com/radiorabe/container-image-python-minimal/releases) - [Commits](https://github.com/radiorabe/container-image-python-minimal/compare/v2.0.0...v2.0.3) --- updated-dependencies: - dependency-name: radiorabe/s2i-python dependency-type: direct:production update-type: version-update:semver-patch dependency-group: images - dependency-name: radiorabe/python-minimal dependency-type: direct:production update-type: version-update:semver-patch dependency-group: images ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2e21bc2c..9e24c215 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM ghcr.io/radiorabe/s2i-python:2.0.0 AS build +FROM ghcr.io/radiorabe/s2i-python:2.0.4 AS build COPY ./ /opt/app-root/src RUN python -mbuild -FROM ghcr.io/radiorabe/python-minimal:2.0.0 AS app +FROM ghcr.io/radiorabe/python-minimal:2.0.3 AS app COPY --from=build /opt/app-root/src/dist/*.whl /tmp/dist/