You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by ab...@apache.org on 2022/08/09 07:07:31 UTC

[incubator-devlake] 03/03: fix: version is missing in docker image

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

abeizn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git

commit 71481e23dd745e77183eb65dc4f8c931250fe38f
Author: Klesh Wong <zh...@merico.dev>
AuthorDate: Tue Aug 9 14:37:38 2022 +0800

    fix: version is missing in docker image
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 7600f01b..81250fbe 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -23,7 +23,7 @@
 #While incubation status is not necessarily a reflection of the completeness or stability of the code,
 #it does indicate that the project has yet to be fully endorsed by the ASF.
 
-FROM mericodev/lake-builder:0.0.5 as builder
+FROM mericodev/lake-builder:v0.0.7 as builder
 
 # docker build --build-arg GOPROXY=https://goproxy.io,direct -t mericodev/lake .
 ARG GOPROXY=