From 0acbf9d972401d5dc23d023b391e05bdad020ea0 Mon Sep 17 00:00:00 2001 From: Joe Paul Date: Tue, 30 Jan 2024 10:38:06 +0530 Subject: [PATCH] chore: Bump dockerfile go version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fc833e6..bfbf76d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Golang runtime as the base image -FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.18 as builder +FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.19 as builder ARG TARGETOS ARG TARGETARCH