From 5ed66087831594aecdfd1866229dc74c81daead6 Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Fri, 22 Jan 2021 21:18:58 +0200 Subject: [PATCH] Update runner. --- runner/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner/Dockerfile b/runner/Dockerfile index b3080ae..1d65246 100644 --- a/runner/Dockerfile +++ b/runner/Dockerfile @@ -1,4 +1,4 @@ -FROM gitlab/gitlab-runner:alpine-v13.7.0 +FROM gitlab/gitlab-runner:alpine-v13.8.0 # hadolint ignore=DL3018 RUN apk add --no-cache --update docker COPY --chown=root:root entrypoint /entrypoint0 -- GitLab