From 4a6a7919f38969ef65ef5ba93c7bfe43fc66aaae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 15:50:43 +0000 Subject: [PATCH] fix(deps): bump radiorabe/python-minimal from 0.4.4 to 0.4.5 (#218) Bumps radiorabe/python-minimal from 0.4.4 to 0.4.5. --- updated-dependencies: - dependency-name: radiorabe/python-minimal dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 8bd21cd6..5c2645c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN npm install \ && python3 setup.py bdist_wheel -FROM ghcr.io/radiorabe/python-minimal:0.4.4 AS app +FROM ghcr.io/radiorabe/python-minimal:0.4.5 AS app COPY --from=build /opt/app-root/src/dist/*.whl /tmp/dist/