From f1e24768980f6bd03e3320aa44b91c8c8f9e2676 Mon Sep 17 00:00:00 2001 From: sonpham96 Date: Sat, 18 Mar 2023 05:32:01 +0700 Subject: [PATCH] Upgrade Golang base image to 1.18 to remediate CVEs (#5035) Co-authored-by: David Porter --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a3faeedc1e8..524dfa05957 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG TARGET=server ARG GOPROXY # Build Cadence binaries -FROM golang:1.17.13-alpine3.15 AS builder +FROM golang:1.18.8-alpine3.15 AS builder ARG RELEASE_VERSION