1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-04 19:17:37 +08:00

chore(dep): Upgrade go from 1.15.5 to 1.16 in dockerfile.

This commit is contained in:
finpluto 2021-04-07 06:49:18 +00:00
parent 75b531e2dc
commit 464c2c8bcc

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 \
&& go env -w CGO_ENABLED=0 \