mirror of
https://github.com/distribution/distribution-library-image
synced 2024-11-07 05:05:50 +01:00
Fix security issues: bump alpine to 3.14
Signed-off-by: daniel sutton <daniel@ducksecops.uk>
This commit is contained in:
parent
8b174abf85
commit
76ba0b0619
@ -1,6 +1,6 @@
|
|||||||
# Build a minimal distribution container
|
# Build a minimal distribution container
|
||||||
|
|
||||||
FROM alpine:3.11
|
FROM alpine:3.14
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apk add --no-cache ca-certificates
|
&& apk add --no-cache ca-certificates
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Build a minimal distribution container
|
# Build a minimal distribution container
|
||||||
|
|
||||||
FROM alpine:3.11
|
FROM alpine:3.14
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apk add --no-cache ca-certificates
|
&& apk add --no-cache ca-certificates
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Build a minimal distribution container
|
# Build a minimal distribution container
|
||||||
|
|
||||||
FROM alpine:3.11
|
FROM alpine:3.14
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apk add --no-cache ca-certificates
|
&& apk add --no-cache ca-certificates
|
||||||
|
Loading…
Reference in New Issue
Block a user