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 4057c9c commit 84ae302Copy full SHA for 84ae302
gitlab-runner.Dockerfile
@@ -21,7 +21,7 @@ RUN git clone --branch=v0.16.2-gitlab.21 https://gitlab.com/gitlab-org/ci-cd/do
21
RUN CGO_ENABLED=0 GO111MODULE=off go build -o docker-machine -trimpath -ldflags="-s -w" ./cmd/docker-machine
22
23
24
-FROM gitlab/gitlab-runner
+FROM gitlab/gitlab-runner:alpine-v16.8.0
25
26
COPY --from=0 /docker-machine-driver-scaleway/docker-machine-driver-scaleway /usr/local/bin/docker-machine-driver-scaleway-v2
27
COPY --from=1 /go/src/github.com/docker/machine/docker-machine /usr/local/bin/docker-machine
0 commit comments