Skip to content

Commit

Permalink
feat: bump radiorabe/python-minimal from 0.2.3 to 0.3.0
Browse files Browse the repository at this point in the history
Bumps radiorabe/python-minimal from 0.2.3 to 0.3.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 6, 2022
1 parent ee69a8b commit dc98bb5
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 ./ /opt/app-root/src
RUN python3 setup.py bdist_wheel


FROM ghcr.io/radiorabe/python-minimal:0.2.3 AS app
FROM ghcr.io/radiorabe/python-minimal:0.3.0 AS app

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

Expand Down

0 comments on commit dc98bb5

Please sign in to comment.