upgraded base image to alpine:3.14 following snyk vuln report (#412)

This commit is contained in:
Alex Haiut 2021-10-28 15:00:11 +03:00 committed by GitHub
parent f069fdaae1
commit 67593345a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ RUN go build -ldflags="-s -w \
COPY devops/build_extensions.sh ..
RUN cd .. && /bin/bash build_extensions.sh
FROM alpine:3.13.5
FROM alpine:3.14
RUN apk add bash libpcap-dev tcpdump
WORKDIR /app