Fix security issues: bump alpine to 3.14

Signed-off-by: daniel sutton <daniel@ducksecops.uk>
This commit is contained in:
daniel sutton 2021-11-14 23:52:37 +00:00
parent 8b174abf85
commit 76ba0b0619
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Build a minimal distribution container
FROM alpine:3.11
FROM alpine:3.14
RUN set -ex \
&& apk add --no-cache ca-certificates

View File

@ -1,6 +1,6 @@
# Build a minimal distribution container
FROM alpine:3.11
FROM alpine:3.14
RUN set -ex \
&& apk add --no-cache ca-certificates

View File

@ -1,6 +1,6 @@
# Build a minimal distribution container
FROM alpine:3.11
FROM alpine:3.14
RUN set -ex \
&& apk add --no-cache ca-certificates