From a87d543e124a7624cde195c574c4518cbd1a7823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:11:13 +0100 Subject: [PATCH] feat: bump radiorabe/s2i-python from 2.1.7 to 2.1.8 (#422) Bumps [radiorabe/s2i-python](https://github.com/radiorabe/container-image-rabe-s2i-python-minimal) from 2.1.7 to 2.1.8. - [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.1.7...v2.1.8) --- updated-dependencies: - dependency-name: radiorabe/s2i-python 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 4e99aa31..1c137649 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/radiorabe/s2i-python:2.1.7 AS build +FROM ghcr.io/radiorabe/s2i-python:2.1.8 AS build COPY --chown=1001:0 ./ /opt/app-root/src/