From 024076922e5e7c45642af5293d60734d792fd4a8 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 23 Dec 2020 23:54:40 +0200
Subject: [PATCH] Update version.

---
 runner/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/runner/Dockerfile b/runner/Dockerfile
index d897693..b3080ae 100644
--- a/runner/Dockerfile
+++ b/runner/Dockerfile
@@ -1,4 +1,5 @@
-FROM gitlab/gitlab-runner:alpine-v13.7.0-rc1
+FROM gitlab/gitlab-runner:alpine-v13.7.0
+# hadolint ignore=DL3018
 RUN apk add --no-cache --update docker
 COPY --chown=root:root entrypoint /entrypoint0
 ENV DOCKER_VOLUMES=/var/run/docker.sock:/var/run/docker.sock \
-- 
GitLab