Skip to content

Commit fdd2ab2

Browse files
fix: bump the baseimages group across 1 directory with 2 updates (#130)
Bumps the baseimages group with 2 updates in the / directory: sclorg/postgresql-16-c9s and [radiorabe/ubi9-minimal](https://github.com/radiorabe/container-image-ubi9-minimal). Updates `sclorg/postgresql-16-c9s` from 20250709 to 20250716 Updates `radiorabe/ubi9-minimal` from 0.9.1 to 0.9.2 - [Release notes](https://github.com/radiorabe/container-image-ubi9-minimal/releases) - [Commits](radiorabe/container-image-ubi9-minimal@v0.9.1...v0.9.2) --- updated-dependencies: - dependency-name: sclorg/postgresql-16-c9s dependency-version: '20250716' dependency-type: direct:production update-type: version-update:semver-major dependency-group: baseimages - dependency-name: radiorabe/ubi9-minimal dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: baseimages ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a48b1d commit fdd2ab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM quay.io/sclorg/postgresql-16-c9s:20250709 as source
2-
FROM ghcr.io/radiorabe/ubi9-minimal:0.9.1 AS app
1+
FROM quay.io/sclorg/postgresql-16-c9s:20250910 as source
2+
FROM ghcr.io/radiorabe/ubi9-minimal:0.10.1 AS app
33

44
ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql \
55
HOME=/var/lib/pgsql \

0 commit comments

Comments
 (0)