From 88388ef15453654fc13446b9fc8f6a838fe88b8c Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Fri, 26 Apr 2019 15:16:28 +0200 Subject: [PATCH] Bump CI image version --- test/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Dockerfile b/test/Dockerfile index 68815f846..9ea3e9376 100644 --- a/test/Dockerfile +++ b/test/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.9 -LABEL Name="Openappstack bootstrap CI test image" -LABEL version="3.9" +LABEL name="Openappstack bootstrap CI test image" +LABEL version="4.0" LABEL vendor1="Greenhost" RUN apk --no-cache add \ -- GitLab