From 5921f9f56d2a4b9808a2a49af17d90a5cf07ac2c Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 22 Dec 2021 18:41:37 +0200 Subject: [PATCH] Update GitLab Runnner. --- runner/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner/Dockerfile b/runner/Dockerfile index c066f4c..261f262 100644 --- a/runner/Dockerfile +++ b/runner/Dockerfile @@ -1,4 +1,4 @@ -FROM gitlab/gitlab-runner:alpine-v14.5.2 +FROM gitlab/gitlab-runner:alpine-v14.6.0 # hadolint ignore=DL3018 RUN apk add --no-cache --update docker COPY --chown=root:root entrypoint /entrypoint0 -- GitLab