Browse Source

GO环境配置

Ethan 1 day ago
parent
commit
573aa3d292
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dockerfile

+ 1 - 1
dockerfile

@@ -1,4 +1,4 @@
-FROM golang:1.17 as builder
+FROM golang:latest as builder
 
 WORKDIR /go/src/app