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 8a7c31d commit 8430383Copy full SHA for 8430383
Dockerfile
@@ -1,7 +1,7 @@
1
FROM golang:1.24-alpine AS build
2
WORKDIR /go/src/github.com/utilitywarehouse/gcp-disk-snapshotter
3
COPY . /go/src/github.com/utilitywarehouse/gcp-disk-snapshotter
4
-ENV CGO_ENABLED 0
+ENV CGO_ENABLED=0
5
RUN apk --no-cache add git &&\
6
go get -t ./... &&\
7
go test ./... &&\
0 commit comments