From d226d90a6004e6cd7e56e5fae5c2c1cd97952900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 13:14:06 +0000 Subject: [PATCH] feat: bump radiorabe/python-minimal from 2.0.2 to 2.1.0 Bumps [radiorabe/python-minimal](https://github.com/radiorabe/container-image-python-minimal) from 2.0.2 to 2.1.0. - [Release notes](https://github.com/radiorabe/container-image-python-minimal/releases) - [Commits](https://github.com/radiorabe/container-image-python-minimal/compare/v2.0.2...v2.1.0) --- updated-dependencies: - dependency-name: radiorabe/python-minimal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0e40736f..0a97ec73 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.0.2 AS app +FROM ghcr.io/radiorabe/python-minimal:2.1.0 AS app COPY --from=build /opt/app-root/src/dist/*.whl /tmp/dist/