update v0.8.0 for nali

This commit is contained in:
Stille 2023-10-12 11:32:55 +08:00
parent b85c81e53d
commit cc2bf27156
1 changed files with 1 additions and 1 deletions

View File

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