1
0
Fork 0

Update Gitlab runner base to 16.8.0

This commit is contained in:
Saibotk 2024-01-25 23:17:49 +00:00
parent 73c14528e8
commit 130e08a633

View file

@ -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>"