From f709bf85a16a4faf6205c8c10c67dad78329bd27 Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Sat, 28 Jun 2025 23:25:22 +0300 Subject: [PATCH] Update GitLab Runnner. --- runner/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner/Dockerfile b/runner/Dockerfile index d23a95e..38b8fcc 100644 --- a/runner/Dockerfile +++ b/runner/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/gitlab/gitlab-runner:alpine3.21-v18.0.0 +FROM docker.io/gitlab/gitlab-runner:alpine3.21-v18.1.0 # hadolint ignore=DL3018 RUN apk add --no-cache --update docker COPY --chown=root:root entrypoint /entrypoint0 -- GitLab