Update Dockerfile.go (#6689)

This commit is contained in:
吴晟 Wu Sheng 2021-04-06 07:44:43 +08:00 committed by GitHub
parent 2b85ba1041
commit c2c62620ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
FROM golang:1.12 AS builder FROM golang:1.12 AS builder
ARG COMMIT_HASH=9094186ac3782482a85dbca47978651bec268e97 ARG COMMIT_HASH=520133d117488e6c3fd952f84018f4a39651d89b
ARG GO2SKY_CODE=${COMMIT_HASH}.tar.gz ARG GO2SKY_CODE=${COMMIT_HASH}.tar.gz
ARG GO2SKY_CODE_URL=https://github.com/SkyAPM/go2sky/archive/${GO2SKY_CODE} ARG GO2SKY_CODE_URL=https://github.com/SkyAPM/go2sky/archive/${GO2SKY_CODE}