Skip to content

Commit 2908e9d

Browse files
fix(deps): bump the baseimages group with 2 updates (#269)
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 2.1.12 to 2.2.0 - [Release notes](https://github.com/radiorabe/container-image-rabe-s2i-python-minimal/releases) - [Commits](radiorabe/container-image-rabe-s2i-python-minimal@v2.1.12...v2.2.0) Updates `radiorabe/python-minimal` from 2.1.10 to 2.2.0 - [Release notes](https://github.com/radiorabe/container-image-python-minimal/releases) - [Commits](radiorabe/container-image-python-minimal@v2.1.10...v2.2.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 17fa55a commit 2908e9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM ghcr.io/radiorabe/s2i-python:2.1.12 AS build
1+
FROM ghcr.io/radiorabe/s2i-python:2.2.0 AS build
22

33
COPY --chown=1001:0 ./ /opt/app-root/src/
44

55
RUN python3.11 -mbuild
66

77

8-
FROM ghcr.io/radiorabe/python-minimal:2.1.10 AS app
8+
FROM ghcr.io/radiorabe/python-minimal:2.2.0 AS app
99

1010
COPY --from=build /opt/app-root/src/dist/*.whl /tmp/dist/
1111

0 commit comments

Comments
 (0)