From e1f312c4c91ab592554cd4a5a1ff1483adf0a3df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:14:41 +0100 Subject: [PATCH] fix: bump radiorabe/python-minimal from 2.1.5 to 2.1.6 (#421) Bumps [radiorabe/python-minimal](https://github.com/radiorabe/container-image-python-minimal) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/radiorabe/container-image-python-minimal/releases) - [Commits](https://github.com/radiorabe/container-image-python-minimal/compare/v2.1.5...v2.1.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 1c13764..89e053a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY --chown=1001:0 ./ /opt/app-root/src/ RUN python3.11 -m build . -FROM ghcr.io/radiorabe/python-minimal:2.1.5 AS app +FROM ghcr.io/radiorabe/python-minimal:2.1.6 AS app COPY --from=build /opt/app-root/src/dist/*.whl /tmp/dist/