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