From 947c32be8d4326231990f423da9102e559f1bef2 Mon Sep 17 00:00:00 2001 From: Stille Date: Tue, 25 Apr 2023 22:08:17 +0800 Subject: [PATCH] update v0.7.2 for nali --- nali/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nali/Dockerfile b/nali/Dockerfile index a0dda5e..d5ae990 100644 --- a/nali/Dockerfile +++ b/nali/Dockerfile @@ -1,6 +1,6 @@ FROM golang:alpine as builder -ENV VERSION 0.7.1 +ENV VERSION 0.7.2 RUN apk add --no-cache make git RUN git clone --depth 1 https://github.com/zu1k/nali /nali-src