1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 03:23:49 +08:00

Merge pull request #802 from finpluto/master

chore(dep): Upgrade go from 1.15.5 to 1.16 in dockerfile.
This commit is contained in:
Mrs4s 2021-04-08 10:09:32 +08:00 committed by GitHub
commit c064366d95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM golang:1.15.5-alpine AS builder FROM golang:1.16-alpine AS builder
RUN go env -w GO111MODULE=auto \ RUN go env -w GO111MODULE=auto \
&& go env -w CGO_ENABLED=0 \ && go env -w CGO_ENABLED=0 \