diff --git a/Dockerfile b/Dockerfile index f94c403..827d506 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ## Build PeerSwap and PeerSwap Web UI in a joint container ### -FROM golang:1.21.5-bullseye AS builder +FROM golang:1.22.2-bullseye AS builder ARG TARGETOS ARG TARGETARCH