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

Dockerfile: update to go1.18

Fixes #1427
This commit is contained in:
wdvxdr 2022-03-17 21:20:34 +08:00
parent d48dc4fb3c
commit 779fa20704
No known key found for this signature in database
GPG Key ID: 703F8C071DE7A1B6

View File

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