From e0d60299cbe8fb898c80b9a3a9753cc5ff795c00 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 27 Feb 2021 00:32:53 +0200 Subject: [PATCH] Update GitLab Runner. --- runner/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner/Dockerfile b/runner/Dockerfile index 1d65246..332f747 100644 --- a/runner/Dockerfile +++ b/runner/Dockerfile @@ -1,4 +1,4 @@ -FROM gitlab/gitlab-runner:alpine-v13.8.0 +FROM gitlab/gitlab-runner:alpine-v13.9.0 # hadolint ignore=DL3018 RUN apk add --no-cache --update docker COPY --chown=root:root entrypoint /entrypoint0 -- GitLab