update v0.7.2 for nali

This commit is contained in:
Stille 2023-04-25 22:08:17 +08:00
parent e005806e49
commit 947c32be8d
1 changed files with 1 additions and 1 deletions

View File

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