Browse Source

update v0.7.3 for nali

Stille 2 years ago
parent
commit
adae6856d8
1 changed files with 1 additions and 1 deletions
  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.2
+ENV VERSION 0.7.3
 
 
 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