From 4ef96e3711705b5aa899d01c8381f26ea3713a62 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 6 Jun 2021 22:37:06 +0800 Subject: [PATCH] update golang version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4916e93c..d8b7c91a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build backend binary file -FROM golang:1.16.4-alpine3.13 AS be-builder +FROM golang:1.16.5-alpine3.13 AS be-builder WORKDIR /go/src/github.com/mayswind/ezbookkeeping COPY . . RUN docker/backend-build-pre-setup.sh