From a040ea24e92a7e5424a31c7935d455968dc6b136 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 28 Jul 2022 04:26:28 +0000 Subject: [PATCH] chore(deps): update dependency docker.io/gitlab/gitlab-runner to v15.2.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 23e877b..48ab423 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN git clone --depth 3 --branch "$HETZNER_VERSION" https://git.shivering-isles. RUN go build -o docker-machine-driver-hetzner -FROM docker.io/gitlab/gitlab-runner:v15.1.1 +FROM docker.io/gitlab/gitlab-runner:v15.2.1 LABEL maintainer="Sheogorath "