From 3831a4d7e80e7f76118c624d40a76bc1a407113a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 12:05:53 +0100 Subject: [PATCH] fix(deps): bump radiorabe/python-minimal from 2.0.2 to 2.0.4 (#348) Bumps [radiorabe/python-minimal](https://github.com/radiorabe/container-image-python-minimal) from 2.0.2 to 2.0.4. - [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.0.4) --- 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 5ca718db..4f8938ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN npm install \ RUN python -mbuild -FROM ghcr.io/radiorabe/python-minimal:2.0.2 AS app +FROM ghcr.io/radiorabe/python-minimal:2.0.4 AS app COPY --from=build /opt/app-root/src/dist/*.whl /tmp/dist/