Merge pull request #126 from ducksecops/master

Fix security issues: bump alpine to 3.14
This commit is contained in:
Milos Gajdos 2021-12-20 11:15:15 +00:00 committed by GitHub
commit d0e92636fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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