chore(deps): update alpine docker tag to v3.17
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2022-11-16 22:02:20 +00:00 committed by Gitea
commit 5d458da103
16 changed files with 16 additions and 16 deletions

View file

@ -9,7 +9,7 @@ ADD cmd ./
RUN go build -v -ldflags="-s -w" -o arp-spoofer
FROM alpine:3.16
FROM alpine:3.17
MAINTAINER Pierre-Olivier Mercier <nemunaire@nemunai.re>
COPY --from=gobuild /go/src/arp-spoofer/arp-spoofer /bin/arp-spoofer