chore(deps): update alpine docker tag to v3.17
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c94b6651e8
commit
5d458da103
16 changed files with 16 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue