From 05ed00a93f7153384c37f2a1e96afacf8dd6d8d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:17:27 +0000 Subject: [PATCH] chore(deps): bump radiorabe/python-minimal from 2.0.4 to 2.1.1 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](https://github.com/radiorabe/container-image-python-minimal/compare/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] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9881a741..d6a7dfea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/