Skip to content

Commit 3b25e2e

Browse files
committed
chore(deps): update dependency gitlab-org/gitlab-runner to v17.4.1
1 parent 5cfe31f commit 3b25e2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# renovate: datasource=gitlab-tags depName=gitlab-org/gitlab-runner versioning=semver
2-
ARG GITLAB_RUNNER_VERSION=v17.3.1
2+
ARG GITLAB_RUNNER_VERSION=v17.4.1
33
ARG GITLAB_RUNNER_IMAGE=gitlab/gitlab-runner:alpine-${GITLAB_RUNNER_VERSION}
44

55
FROM golang:alpine

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ DOCKER_MACHINE_IMAGE := linkacloud/docker-machine-scaleway
22
RUNNER_IMAGE := linkacloud/gitlab-runner-docker-machine-scaleway
33

44
# renovate: datasource=gitlab-tags depName=gitlab-org/gitlab-runner versioning=semver
5-
RUNNER_VERSION := v17.3.1
5+
RUNNER_VERSION := v17.4.1
66

77
docker: docker-build docker-push
88

0 commit comments

Comments
 (0)