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 d5785bc commit e4bdfe8Copy full SHA for e4bdfe8
Dockerfile
@@ -31,6 +31,6 @@ WORKDIR /build
31
RUN GOCACHE=/build/.gocache CGO_ENABLED=0 GOOS=linux go build -o docker-machine-driver-hetzner
32
33
34
-FROM gitlab/gitlab-runner:alpine-v17.0.0@sha256:1979e0d80f503489de2893877fff6d242931f1fffc779964a9c300e2ca2d497c
+FROM gitlab/gitlab-runner:alpine-v17.5.2@sha256:e3a94aaa8465909c6c5002dc57d465d312ac3d8c1a4cc8a737eec9eae4cbba52
35
36
COPY --from=builder-go --chown=0:0 /build/docker-machine-driver-hetzner /usr/bin/
0 commit comments