diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-18 21:21:54 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-24 09:29:04 +0100 |
commit | f32d456d13a51e05e3a585b2ae43d9fea6bb0f12 (patch) | |
tree | 80bda829d08eaaaf2f7f619fca3ff2b621657de9 /docker | |
parent | 9ecaf78423d36272ef196021aec5c37fbe186f99 (diff) |
Update to Apine 3.9
It updates to the latest Alpine release [1]
[1] https://www.alpinelinux.org/posts/Alpine-3.9.0-released.html
Change-Id: I62ed47547dd8767ca50221840455ed0f7336b438
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit ee700ae5c7ab1fa3e761c330686f89f3ddefbfd3)
Diffstat (limited to 'docker')
-rw-r--r-- | docker/core/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index da86fed4a..d189ba861 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -1,11 +1,11 @@ -FROM alpine:3.8 +FROM alpine:3.9 ARG BRANCH=stable/hunter ARG OPENSTACK_TAG=stable/rocky ARG PIP_TAG=18.0 RUN apk --no-cache add --update \ - python libffi libssl1.0 libjpeg-turbo py-pip bash \ + python libffi openssl libjpeg-turbo py-pip bash \ grep sed wget ca-certificates git openssh-client qemu-img && \ apk --no-cache add --virtual .build-deps --update \ python-dev build-base linux-headers libffi-dev \ |