From 481bbe85f8cacd84e9fb7377fee494c1cc661c09 Mon Sep 17 00:00:00 2001 From: CharlieM <31941002+CharlieMc0@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:43:29 -0600 Subject: [PATCH] Set go 1.22 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c6395047cc..0f9804d087 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build Stage -FROM ghcr.io/zeta-chain/golang:1.22.5-bookworm AS builder +FROM golang:1.22-alpine3.18 AS builder ENV GOPATH /go ENV GOOS=linux