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

update Dockerfile

This commit is contained in:
Ink-33 2020-10-11 10:39:33 +08:00
parent 1f7c4cab50
commit 4c9f60da09
No known key found for this signature in database
GPG Key ID: 5D8B1D036EFB0D2E

View File

@ -1,4 +1,4 @@
FROM golang:1.14.7-alpine AS builder FROM golang:1.15.2-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 \