feat(os): support Alpine Linux 3.16 (#1479)

This commit is contained in:
MaineK00n
2022-06-15 08:08:40 +00:00
committed by GitHub
parent 5234306ded
commit 847d820af7
3 changed files with 11 additions and 2 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.15
FROM alpine:3.16
ENV LOGDIR /var/log/vuls
ENV WORKDIR /vuls