fix(docker): docker build error (#1274)

This commit is contained in:
Kota Kanbe
2021-07-20 05:31:05 +09:00
committed by GitHub
parent 543dc99ecd
commit 9077a83ea8
2 changed files with 2 additions and 5 deletions

View File

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