fix(chains): update nomic chain build target

This commit is contained in:
Prad Nukala
2024-08-28 20:14:12 -04:00
parent 8b9fc949e6
commit 22e0afa00f
2 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine AS go-builder
FROM golang:1.22-alpine AS go-builder
SHELL ["/bin/sh", "-ecuxo", "pipefail"]