diff --git a/backend/Dockerfile b/backend/Dockerfile index 18cfc3454..6fdb69f8f 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -20,7 +20,7 @@ RUN CGO_ENABLED=0 go build -o flow-voting-tool-server ./main FROM alpine:latest ENV CWD "/flow-voting-tool/" -ENV SNAPSHOT_BASE_URL "https://snapshotter.staging.cast.dapperlabs.com" +ENV SNAPSHOT_BASE_URL "snapshot-flow-balances-svc.cast.svc.cluster.local" ENV TX_OPTIONS_ADDRS "0xe0de919ed4ebeee4 0x7f81b82fa0e59b17" RUN apk --no-cache add ca-certificates COPY --from=vt-build /flow-voting-tool /flow-voting-tool