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.11
Signed-off-by: Andrii Soldatenko <andrii.soldatenko@gmail.com> (cherry picked from commit d38a76eed498275ecb37a96dd885f06abae313b9) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
0b6ea3ba50
commit
4e5a501e29
@ -1,9 +1,9 @@
|
||||
# Build a minimal distribution container
|
||||
|
||||
FROM alpine:3.8
|
||||
FROM alpine:3.11
|
||||
|
||||
RUN set -ex \
|
||||
&& apk add --no-cache ca-certificates apache2-utils
|
||||
&& apk add --no-cache ca-certificates
|
||||
|
||||
COPY ./registry /bin/registry
|
||||
COPY ./config-example.yml /etc/docker/registry/config.yml
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Build a minimal distribution container
|
||||
|
||||
FROM alpine:3.8
|
||||
FROM alpine:3.11
|
||||
|
||||
RUN set -ex \
|
||||
&& apk add --no-cache ca-certificates apache2-utils
|
||||
&& apk add --no-cache ca-certificates
|
||||
|
||||
COPY ./registry /bin/registry
|
||||
COPY ./config-example.yml /etc/docker/registry/config.yml
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Build a minimal distribution container
|
||||
|
||||
FROM alpine:3.8
|
||||
FROM alpine:3.11
|
||||
|
||||
RUN set -ex \
|
||||
&& apk add --no-cache ca-certificates apache2-utils
|
||||
&& apk add --no-cache ca-certificates
|
||||
|
||||
COPY ./registry /bin/registry
|
||||
COPY ./config-example.yml /etc/docker/registry/config.yml
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Build a minimal distribution container
|
||||
|
||||
FROM alpine:3.8
|
||||
FROM alpine:3.11
|
||||
|
||||
RUN set -ex \
|
||||
&& apk add --no-cache ca-certificates apache2-utils
|
||||
&& apk add --no-cache ca-certificates
|
||||
|
||||
COPY ./registry /bin/registry
|
||||
COPY ./config-example.yml /etc/docker/registry/config.yml
|
||||
|
Loading…
Reference in New Issue
Block a user