From b8b1b8caa0bd5bba16c861bb41840ec6ed68f0c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 14:50:33 +0000 Subject: [PATCH] fix: bump radiorabe/python-minimal in the baseimages group (#110) Bumps the baseimages group with 1 update: [radiorabe/python-minimal](https://github.com/radiorabe/container-image-python-minimal). Updates `radiorabe/python-minimal` from 2.1.6 to 2.1.7 - [Release notes](https://github.com/radiorabe/container-image-python-minimal/releases) - [Commits](https://github.com/radiorabe/container-image-python-minimal/compare/v2.1.6...v2.1.7) --- updated-dependencies: - dependency-name: radiorabe/python-minimal dependency-type: direct:production update-type: version-update:semver-patch dependency-group: baseimages ... 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 42caf2e..5c9c255 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY --chown=1001:0 ./ /opt/app-root/src/ RUN python -mbuild -FROM ghcr.io/radiorabe/python-minimal:2.1.6 AS app +FROM ghcr.io/radiorabe/python-minimal:2.1.7 AS app COPY --from=build /opt/app-root/src/dist/*.whl /tmp/dist/