Explorar el Código

update v0.8.0 for nali

Stille hace 2 años
padre
commit
cc2bf27156
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      nali/Dockerfile

+ 1 - 1
nali/Dockerfile

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