diff --git a/nali/Dockerfile b/nali/Dockerfile index d5ae990..ee49eeb 100644 --- a/nali/Dockerfile +++ b/nali/Dockerfile @@ -1,6 +1,6 @@ FROM golang:alpine as builder -ENV VERSION 0.7.2 +ENV VERSION 0.7.3 RUN apk add --no-cache make git RUN git clone --depth 1 https://github.com/zu1k/nali /nali-src