From 2603772a600bc5dea314246e64d89fd251fffe67 Mon Sep 17 00:00:00 2001 From: shuting Date: Thu, 17 Feb 2022 14:05:46 +0800 Subject: [PATCH] bump Go to 1.17.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 950ea3ec..08da4bca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.17.2 as builder +FROM golang:1.17.3 as builder ARG LD_FLAGS ARG TARGETPLATFORM