From cc2bf27156ea189cab6ee716125dd84ae1b577ca Mon Sep 17 00:00:00 2001 From: Stille Date: Thu, 12 Oct 2023 11:32:55 +0800 Subject: [PATCH] update v0.8.0 for nali --- nali/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nali/Dockerfile b/nali/Dockerfile index ee49eeb..1caa450 100644 --- a/nali/Dockerfile +++ b/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