update golang version

This commit is contained in:
MaysWind
2021-06-06 22:37:06 +08:00
parent d7e60c65d6
commit 4ef96e3711
+1 -1
View File
@@ -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