Skip to content

Commit

Permalink
fix: bump radiorabe/python-minimal from 1.0.5 to 1.0.6 (#254)
Browse files Browse the repository at this point in the history
Bumps [radiorabe/python-minimal](https://github.com/radiorabe/container-image-python-minimal) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/radiorabe/container-image-python-minimal/releases)
- [Commits](radiorabe/container-image-python-minimal@v1.0.5...v1.0.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 24, 2023
1 parent 593b6ff commit a9929c8
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 ./ $HOME
RUN python3 setup.py bdist_wheel


FROM ghcr.io/radiorabe/python-minimal:1.0.5 AS app
FROM ghcr.io/radiorabe/python-minimal:1.0.6 AS app

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

Expand Down

0 comments on commit a9929c8

Please sign in to comment.