From a9929c846ebed3ef1ea4d7b43f943d333ae0c0c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 10:32:02 +0000 Subject: [PATCH] fix: bump radiorabe/python-minimal from 1.0.5 to 1.0.6 (#254) 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](https://github.com/radiorabe/container-image-python-minimal/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9926f7bd..449498b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/