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 6ae5d45Copy full SHA for 6ae5d45
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.6.0@sha256:475b2583f17eed3a77dc4367dc9625a173aa5cf930f6b38523db4fb7c92de8d7
35
36
COPY --from=builder-go --chown=0:0 /build/docker-machine-driver-hetzner /usr/bin/
0 commit comments