Skip to content

Commit

Permalink
fix: bump radiorabe/python-minimal from 2.0.1 to 2.0.2 (#314)
Browse files Browse the repository at this point in the history
Bumps [radiorabe/python-minimal](https://github.com/radiorabe/container-image-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/python-minimal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 25, 2023
1 parent 6bf323a commit bc5d7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY --chown=1001:0 ./ /opt/app-root/src/
RUN python3.11 -m build .


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 bc5d7da

Please sign in to comment.