update golang version
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user