From 85ebc89652cc84848bd1d14b91e579f65f0ad789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 10:55:12 +0100 Subject: [PATCH] fix: bump radiorabe/ubi8-minimal from 1.0.4 to 1.0.5 (#28) Bumps [radiorabe/ubi8-minimal](https://github.com/radiorabe/container-image-ubi8-minimal) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/radiorabe/container-image-ubi8-minimal/releases) - [Commits](https://github.com/radiorabe/container-image-ubi8-minimal/compare/v1.0.4...v1.0.5) --- updated-dependencies: - dependency-name: radiorabe/ubi8-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 e71a195..36cd3e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/radiorabe/ubi8-minimal:1.0.4 +FROM ghcr.io/radiorabe/ubi8-minimal:1.0.5 ENV \ # Path to be used in other layers to place s2i scripts into