From 059bf88c68c2ea35353cc30f1a4877019c0276ab Mon Sep 17 00:00:00 2001 From: Justin Hammond Date: Fri, 3 Jun 2022 16:06:32 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d168d3..24f037d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM library/golang # Godep for vendoring -RUN go install github.com/tools/godep +RUN go install github.com/tools/godep@latest # Recompile the standard library without CGO RUN CGO_ENABLED=0 go install -a std