Skip to content

Commit e9e827a

Browse files
committed
Merge branch 'master' of github.com:bsv-blockchain/go-alert-system
2 parents 599c4e1 + 84a611d commit e9e827a

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)