File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
44WORKDIR $APP_ROOT/src/github.com/bsv-blockchain/go-alert-system
@@ -10,7 +10,7 @@ COPY go.sum go.sum
1010RUN 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
1414WORKDIR /
1515RUN mkdir /.bitcoin
1616RUN touch /.bitcoin/alert_system_private_key
You can’t perform that action at this time.
0 commit comments