Skip to content

Commit

Permalink
fix: change golang version of buildenv to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZexiao committed Jun 10, 2022
1 parent 6a182b8 commit 18a4bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/venus-buildenv.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build container stage
FROM golang:1.16.5 AS build-env
FROM golang:1.17 AS build-env

RUN sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list

Expand Down

0 comments on commit 18a4bb1

Please sign in to comment.