aboutsummaryrefslogtreecommitdiffstats
path: root/docker/core/Dockerfile
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-03-29 08:51:08 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-03-29 08:51:08 +0100
commit56fbecbcd1f9892cc1e40764b0e9aeef61135c96 (patch)
treeb78949e7455836efc1248f5e763d6334464a14fd /docker/core/Dockerfile
parentae39188efdbb243f080e2d24fc480566f2f2dab8 (diff)
Only set go major version in parent container
It allows updating automatically the minor versions. Change-Id: I25d3d315e533c1ba40f9eec36dc2eb9b81715eb2 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/core/Dockerfile')
-rw-r--r--docker/core/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile
index ab96ce0c..869a76f4 100644
--- a/docker/core/Dockerfile
+++ b/docker/core/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.11.6-alpine3.9
+FROM golang:1.11-alpine3.9
ARG BRANCH=stable/hunter
ARG OPENSTACK_TAG=stable/rocky