Update Gitlab runner base to 16.8.0
This commit is contained in:
parent
73c14528e8
commit
130e08a633
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ RUN git clone --depth 1 --branch "$HETZNER_VERSION" https://github.com/JonasProg
|
||||||
|
|
||||||
RUN go build -o docker-machine-driver-hetzner
|
RUN go build -o docker-machine-driver-hetzner
|
||||||
|
|
||||||
FROM docker.io/gitlab/gitlab-runner:alpine-v16.7.1
|
FROM docker.io/gitlab/gitlab-runner:alpine-v16.8.0
|
||||||
|
|
||||||
LABEL maintainer="Sheogorath <sheogorath@shivering-isles.com>"
|
LABEL maintainer="Sheogorath <sheogorath@shivering-isles.com>"
|
||||||
|
|
||||||
|
|
Reference in a new issue