You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/04/05 15:11:16 UTC

[skywalking] 01/01: Update Dockerfile.go

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit c93ef114d888796445c0c770c465021b8b83010a
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Apr 5 23:11:02 2021 +0800

    Update Dockerfile.go
---
 test/e2e/e2e-test/docker/go/Dockerfile.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/e2e/e2e-test/docker/go/Dockerfile.go b/test/e2e/e2e-test/docker/go/Dockerfile.go
index 16e650d..d55577c 100644
--- a/test/e2e/e2e-test/docker/go/Dockerfile.go
+++ b/test/e2e/e2e-test/docker/go/Dockerfile.go
@@ -15,7 +15,7 @@
 
 FROM golang:1.12 AS builder
 
-ARG COMMIT_HASH=9094186ac3782482a85dbca47978651bec268e97
+ARG COMMIT_HASH=520133d117488e6c3fd952f84018f4a39651d89b
 ARG GO2SKY_CODE=${COMMIT_HASH}.tar.gz
 ARG GO2SKY_CODE_URL=https://github.com/SkyAPM/go2sky/archive/${GO2SKY_CODE}
 
@@ -34,4 +34,4 @@ RUN go build -o main
 FROM alpine:3.10
 
 COPY --from=builder /go2sky/test/e2e/example-server/main .
-ENTRYPOINT ["/main"]
\ No newline at end of file
+ENTRYPOINT ["/main"]