From 1a267797342aaac5eeb4727a18d98873495a25f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Nov 2023 14:44:52 +0000 Subject: [PATCH] chore(deps): bump radiorabe/s2i-python from 2.0.4 to 2.1.0 (#358) Bumps [radiorabe/s2i-python](https://github.com/radiorabe/container-image-rabe-s2i-python-minimal) from 2.0.4 to 2.1.0. - [Release notes](https://github.com/radiorabe/container-image-rabe-s2i-python-minimal/releases) - [Commits](https://github.com/radiorabe/container-image-rabe-s2i-python-minimal/compare/v2.0.4...v2.1.0) --- updated-dependencies: - dependency-name: radiorabe/s2i-python dependency-type: direct:production update-type: version-update:semver-minor ... 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 4f8938ed..1f7c518c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/radiorabe/s2i-python:2.0.4 AS build +FROM ghcr.io/radiorabe/s2i-python:2.1.0 AS build COPY --chown=1001:0 ./ /opt/app-root/src/