From 1e2236801467edcb341654b4e576810e5907d4e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 14:12:27 +0200 Subject: [PATCH] fix: bump the baseimages group across 1 directory with 2 updates (#15) Bumps the baseimages group with 2 updates in the / directory: sclorg/redis-6-c9s and [radiorabe/ubi9-minimal](https://github.com/radiorabe/container-image-ubi9-minimal). Updates `sclorg/redis-6-c9s` from 20240424 to 20240515 Updates `radiorabe/ubi9-minimal` from 0.6.9 to 0.7.0 - [Release notes](https://github.com/radiorabe/container-image-ubi9-minimal/releases) - [Commits](https://github.com/radiorabe/container-image-ubi9-minimal/compare/v0.6.9...v0.7.0) --- updated-dependencies: - dependency-name: sclorg/redis-6-c9s dependency-type: direct:production update-type: version-update:semver-major dependency-group: baseimages - dependency-name: radiorabe/ubi9-minimal dependency-type: direct:production update-type: version-update:semver-minor dependency-group: baseimages ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6f325ff..644e1d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM quay.io/sclorg/redis-6-c9s:20240424 as source -FROM ghcr.io/radiorabe/ubi9-minimal:0.6.9 AS app +FROM quay.io/sclorg/redis-6-c9s:20240515 as source +FROM ghcr.io/radiorabe/ubi9-minimal:0.7.0 AS app ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/redis \ HOME=/var/lib/redis \