浏览代码

update build image

Kelly Norton 8 月之前
父节点
当前提交
28d2376d5f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM kellegous/build:f1799259 AS build
+FROM kellegous/build:751a8adc AS build
 
 COPY . /src
 RUN cd /src && CGO_ENABLED=0 make clean all