Skip to content

Commit

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

Updates `radiorabe/python-minimal` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/radiorabe/container-image-python-minimal/releases)
- [Commits](radiorabe/container-image-python-minimal@v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: radiorabe/s2i-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: baseimages
- dependency-name: radiorabe/python-minimal
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: baseimages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2023
1 parent fdf0fd4 commit a18acff
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.0.1 AS build
FROM ghcr.io/radiorabe/s2i-python:2.0.2 AS build

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

RUN python3.11 -mbuild


FROM ghcr.io/radiorabe/python-minimal:2.0.1 AS app
FROM ghcr.io/radiorabe/python-minimal:2.0.2 AS app

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

Expand Down

0 comments on commit a18acff

Please sign in to comment.