aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuabing Zhao <zhao.huabing@zte.com.cn>2020-03-06 10:45:58 +0800
committerHuabing Zhao <zhao.huabing@zte.com.cn>2020-03-07 10:22:31 +0800
commit3f5a611ad52dc9a14b5c3799de8b7777a5e1a6be (patch)
tree6bac6fcc81e8cfb20d338b7f1f0e7dd688df28d6
parente8adf17d10549708f6459d989cefa100a26d06f1 (diff)
update alpine base image to the latest
Issue-ID: MSB-465 Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn> Change-Id: I91f8fffab79b71c14c87f6cfa857fd6a775e7b0b
-rw-r--r--build/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/docker/Dockerfile b/build/docker/Dockerfile
index 511964d..99f9ad9 100644
--- a/build/docker/Dockerfile
+++ b/build/docker/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.3
+FROM alpine:3.11
COPY kube2msb /bin/
RUN addgroup -g 1000 msb && \