feat(blindbit): switch builder to golang:1.25-alpine to reduce memory usage
Some checks failed
CI - 4NK_node / Code Quality (push) Failing after 30s
CI - 4NK_node / Unit Tests (push) Failing after 30s
CI - 4NK_node / Integration Tests (push) Failing after 25s
CI - 4NK_node / Security Tests (push) Failing after 27s
CI - 4NK_node / Docker Build & Test (push) Failing after 10s
CI - 4NK_node / Documentation Tests (push) Failing after 7s
CI - 4NK_node / Security Audit (push) Successful in 5s
CI - 4NK_node / Performance Tests (push) Successful in 27s
CI - 4NK_node / Notify (push) Failing after 8s
CI - 4NK_node / Publish Release (push) Has been skipped
CI - 4NK_node / Release Guard (push) Has been skipped

This commit is contained in:
Debian 2025-09-04 14:51:56 +00:00
parent c3f55793dc
commit 7f13fc58a3

View File

@ -1,5 +1,5 @@
# blindbit-oracle/Dockerfile
FROM golang:1.25 as builder
FROM golang:1.25-alpine as builder
WORKDIR /app