From ad3681a741b0b79bfa42e107fcec060589966e6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 14:56:28 +0000 Subject: [PATCH] chore(deps): bump ubi9-minimal in the dockerfiles-all group Bumps the dockerfiles-all group with 1 update: ubi9-minimal. Updates `ubi9-minimal` from 9.3 to 9.6 --- updated-dependencies: - dependency-name: ubi9-minimal dependency-version: '9.6' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dockerfiles-all ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 58244a2..6d74322 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ COPY go.sum go.sum RUN CGO_ENABLED=0 go build -a -o $APP_ROOT/src/go-alert-system github.com/bsv-blockchain/go-alert-system/cmd/go-alert-system # Copy the controller-manager into a thin image -FROM registry.access.redhat.com/ubi9-minimal:9.3 +FROM registry.access.redhat.com/ubi9-minimal:9.6 WORKDIR / RUN mkdir /.bitcoin RUN touch /.bitcoin/alert_system_private_key