Dockerfile: Update to alpine:3.11 (#918)

Signed-off-by: Daniel Sutton <daniel@ducksecops.uk>
This commit is contained in:
Daniel Sutton 2020-06-01 15:01:16 +01:00 committed by GitHub
parent cb48a7f87b
commit 4a08e118f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM alpine:3.9
FROM alpine:3.11
RUN apk add --no-cache \
iptables \