Skip to content

Commit

Permalink
修复 docker build 失败
Browse files Browse the repository at this point in the history
  • Loading branch information
Maple1401 committed Mar 31, 2023
1 parent 7d0d50f commit 2a7c328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang as golang
FROM golang:1.18 as golang

ENV GO111MODULE=on \
CGO_ENABLED=1 \
Expand Down

0 comments on commit 2a7c328

Please sign in to comment.