From 2fb83ee7cd1029e531b362018a2212d7852911d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 05:35:04 +0000 Subject: [PATCH] chore(deps): bump radiorabe/ubi9-minimal Bumps the baseimages group with 1 update in the / directory: [radiorabe/ubi9-minimal](https://github.com/radiorabe/container-image-ubi9-minimal). Updates `radiorabe/ubi9-minimal` from 0.6.6 to 0.8.0 - [Release notes](https://github.com/radiorabe/container-image-ubi9-minimal/releases) - [Commits](https://github.com/radiorabe/container-image-ubi9-minimal/compare/v0.6.6...v0.8.0) --- updated-dependencies: - dependency-name: radiorabe/ubi9-minimal dependency-type: direct:production update-type: version-update:semver-minor dependency-group: baseimages ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d6bfe2d..0aad8d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN yarn tsc RUN yarn build:backend # Stage 3 - Build the actual backend image and install production dependencies -FROM ghcr.io/radiorabe/ubi9-minimal:0.6.6 +FROM ghcr.io/radiorabe/ubi9-minimal:0.8.0 ENV APP_ROOT=/opt/app-root \ # The $HOME is not set by default, but some applications need this variable