From 19ada49bdc98930ffd512f992321758810ed57a3 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 5 Aug 2023 09:22:39 +0800 Subject: [PATCH] chore(ci): bump Golang version in Dockerfile (#350) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ce323651..3aa050c51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.18-alpine as builder +FROM golang:1.19-alpine as builder RUN apk add --no-cache gcc musl-dev linux-headers git make