Skip to content

Commit

Permalink
fix(deps): bump radiorabe/python-minimal from 0.4.0 to 0.4.1 (#196)
Browse files Browse the repository at this point in the history
Bumps radiorabe/python-minimal from 0.4.0 to 0.4.1.

---
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 Jun 25, 2022
1 parent e6238d9 commit 0b71571
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 @@ -7,7 +7,7 @@ RUN npm install \
&& python3 setup.py bdist_wheel


FROM ghcr.io/radiorabe/python-minimal:0.4.0 AS app
FROM ghcr.io/radiorabe/python-minimal:0.4.1 AS app

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

Expand Down

0 comments on commit 0b71571

Please sign in to comment.