Skip to content

Commit

Permalink
chore(deps): bump radiorabe/python-minimal from 2.0.4 to 2.1.1
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.4 to 2.1.1.
- [Release notes](https://github.com/radiorabe/container-image-python-minimal/releases)
- [Commits](radiorabe/container-image-python-minimal@v2.0.4...v2.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 8, 2023
1 parent 6cba637 commit 05ed00a
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 @@ -8,7 +8,7 @@ RUN npm install \
RUN python -mbuild


FROM ghcr.io/radiorabe/python-minimal:2.0.4 AS app
FROM ghcr.io/radiorabe/python-minimal:2.1.1 AS app

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

Expand Down

0 comments on commit 05ed00a

Please sign in to comment.