1
0
mirror of https://github.com/distribution/distribution-library-image synced 2024-11-07 05:05:50 +01:00

Merge pull request #84 from docker/update-alpine

Update to alpine 3.8 for arm support
This commit is contained in:
Ryan Abrams 2018-12-28 12:17:35 -08:00 committed by GitHub
commit 7d18dca46f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

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

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

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

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