chore: add fvuls image (#1426)

This commit is contained in:
MaineK00n
2022-03-24 21:17:33 +00:00
committed by GitHub
parent 7500f41655
commit 04f246cf8b
4 changed files with 62 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ ENV REPOSITORY github.com/future-architect/vuls
COPY . $GOPATH/src/$REPOSITORY
RUN cd $GOPATH/src/$REPOSITORY && make install
FROM alpine:3.14
FROM alpine:3.15
ENV LOGDIR /var/log/vuls
ENV WORKDIR /vuls