Skip to content

Commit

Permalink
fix(deps): bump the images group with 2 updates (#643)
Browse files Browse the repository at this point in the history
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.1.7 to 2.1.8
- [Release notes](https://github.com/radiorabe/container-image-rabe-s2i-python-minimal/releases)
- [Commits](radiorabe/container-image-rabe-s2i-python-minimal@v2.1.7...v2.1.8)

Updates `radiorabe/python-minimal` from 2.1.5 to 2.1.6
- [Release notes](https://github.com/radiorabe/container-image-python-minimal/releases)
- [Commits](radiorabe/container-image-python-minimal@v2.1.5...v2.1.6)

---
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 10, 2024
1 parent 0b5f41a commit 2382871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/radiorabe/s2i-python:2.1.7 AS build
FROM ghcr.io/radiorabe/s2i-python:2.1.8 AS build

COPY ./ /opt/app-root/src

RUN python -mbuild


FROM ghcr.io/radiorabe/python-minimal:2.1.5 AS app
FROM ghcr.io/radiorabe/python-minimal:2.1.6 AS app

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

Expand Down

0 comments on commit 2382871

Please sign in to comment.