We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203ecd2 commit 2b33492Copy full SHA for 2b33492
Dockerfile
@@ -1,5 +1,5 @@
1
# renovate: datasource=gitlab-tags depName=gitlab-org/gitlab-runner versioning=semver
2
-ARG GITLAB_RUNNER_VERSION=v17.1.0
+ARG GITLAB_RUNNER_VERSION=v17.3.1
3
ARG GITLAB_RUNNER_IMAGE=gitlab/gitlab-runner:alpine-${GITLAB_RUNNER_VERSION}
4
5
FROM golang:alpine
Makefile
@@ -2,7 +2,7 @@ DOCKER_MACHINE_IMAGE := linkacloud/docker-machine-scaleway
RUNNER_IMAGE := linkacloud/gitlab-runner-docker-machine-scaleway
-RUNNER_VERSION := v17.1.0
+RUNNER_VERSION := v17.3.1
6
7
docker: docker-build docker-push
8
0 commit comments