From 99a75ce5ec2886a5a23a43492135a0254bd2ece3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 20:43:20 +0100 Subject: [PATCH] fix(deps): bump radiorabe/python-minimal from 2.1.2 to 2.1.3 (#391) Bumps [radiorabe/python-minimal](https://github.com/radiorabe/container-image-python-minimal) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/radiorabe/container-image-python-minimal/releases) - [Commits](https://github.com/radiorabe/container-image-python-minimal/compare/v2.1.2...v2.1.3) --- 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 e0183b6a..8c38afb2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN npm install \ RUN python -mbuild -FROM ghcr.io/radiorabe/python-minimal:2.1.2 AS app +FROM ghcr.io/radiorabe/python-minimal:2.1.3 AS app COPY --from=build /opt/app-root/src/dist/*.whl /tmp/dist/