Skip to content

Commit 84a611d

Browse files
chore(deps): bump the dockerfiles-all group with 2 updates (#6)
Bumps the dockerfiles-all group with 2 updates: galtbv/builder and ubi9-minimal. Updates `galtbv/builder` from `a4d5ada` to `a4d5ada` Updates `ubi9-minimal` from `a2c5a85` to `34880b6` --- updated-dependencies: - dependency-name: galtbv/builder dependency-version: ubi9 dependency-type: direct:production dependency-group: dockerfiles-all - dependency-name: ubi9-minimal dependency-version: '9.6' dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dockerfiles-all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent afb2bc3 commit 84a611d

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,4 +1,4 @@
1-
FROM galtbv/builder:ubi9@sha256:a4d5adae0cb776574255bf1c326583fcbd95b0275c81572b0283fee90e33bec4 AS builder
1+
FROM galtbv/builder:ubi9@sha256:a4d5adae0cb776574255bf1c326583fcbd9560275c81572b0283fea90e33bec4 AS builder
22

33
# Copy in the go src
44
WORKDIR $APP_ROOT/src/github.com/bsv-blockchain/go-alert-system
@@ -10,7 +10,7 @@ COPY go.sum go.sum
1010
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
1111

1212
# Copy the controller-manager into a thin image
13-
FROM registry.access.redhat.com/ubi9-minimal:9.6@sha256:a2c5a85865a585c3bc8b10f6c269358fdf89fe32be4232885166889d85c76421
13+
FROM registry.access.redhat.com/ubi9-minimal:9.6@sha256:34880b64c07f28f64d95737f82f891516de9a3b43583f39970f7bf8e4cfa48b7
1414
WORKDIR /
1515
RUN mkdir /.bitcoin
1616
RUN touch /.bitcoin/alert_system_private_key

0 commit comments

Comments
 (0)