Updated deps + cleaned up mchain
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m16s

This commit is contained in:
2025-12-22 23:36:58 -07:00
parent 03a6ab295b
commit e7adc80bc4
3 changed files with 322 additions and 842 deletions

View File

@@ -1,5 +1,5 @@
# Build stage
FROM golang:1.24.3 AS build
FROM golang:1.25.5 AS build
WORKDIR /app