From a75638bf2f5c8c5e96d8c151b7903cc493716f20 Mon Sep 17 00:00:00 2001 From: Impa10r Date: Wed, 20 Nov 2024 17:24:41 +0100 Subject: [PATCH] Upgrade Go to 1.22.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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