浏览代码

update v0.8.0 for nali

Stille 2 年之前
父节点
当前提交
cc2bf27156
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nali/Dockerfile

+ 1 - 1
nali/Dockerfile

@@ -1,6 +1,6 @@
 FROM golang:alpine as builder
 FROM golang:alpine as builder
 
 
-ENV VERSION 0.7.3
+ENV VERSION 0.8.0
 
 
 RUN apk add --no-cache make git
 RUN apk add --no-cache make git
 RUN git clone --depth 1 https://github.com/zu1k/nali /nali-src
 RUN git clone --depth 1 https://github.com/zu1k/nali /nali-src