Update to Apine 3.9 59/67359/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 18 Mar 2019 20:21:54 +0000 (21:21 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 24 Mar 2019 08:29:04 +0000 (09:29 +0100)
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)

docker/core/Dockerfile

index da86fed..d189ba8 100644 (file)
@@ -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 \