diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-18 21:20:28 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-23 19:50:30 +0100 |
commit | 11b4d680022679bcbc7991bfa56b0651f63d4ffc (patch) | |
tree | b3e8cd59138d2a3c9e64c933ac144ed4f5f68d10 /docker/core/Dockerfile | |
parent | edc8fe6cf36613f4a4f64f79c966a00253191185 (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: I4afbc1d4830647f11509a02df5820ce7d33541ae
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 443b83ef45b4b58b46dcf0c4a7e50e9d379547ff)
Diffstat (limited to 'docker/core/Dockerfile')
-rw-r--r-- | docker/core/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index 273fd4c6..b6f68efe 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.11.1-alpine3.8 +FROM golang:1.11.6-alpine3.9 ARG BRANCH=stable/hunter ARG OPENSTACK_TAG=stable/rocky |