Skip to content

Commit 8430383

Browse files
committed
Upd ENV syntax
1 parent 8a7c31d commit 8430383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:1.24-alpine AS build
22
WORKDIR /go/src/github.com/utilitywarehouse/gcp-disk-snapshotter
33
COPY . /go/src/github.com/utilitywarehouse/gcp-disk-snapshotter
4-
ENV CGO_ENABLED 0
4+
ENV CGO_ENABLED=0
55
RUN apk --no-cache add git &&\
66
go get -t ./... &&\
77
go test ./... &&\

0 commit comments

Comments
 (0)