update v0.7.3 for nali

This commit is contained in:
Stille 2023-05-01 22:42:51 +08:00
parent 3926fd8640
commit adae6856d8
1 changed files with 1 additions and 1 deletions

View File

@ -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