Skip to content

Commit b90d303

Browse files
Update Dockerfile
Signed-off-by: abdallahsamabd <[email protected]>
1 parent 8c139d6 commit b90d303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/notebook-controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN set -e; cd /workspace/notebook-controller; \
2727
WORKDIR /workspace/notebook-controller
2828

2929
# Build
30-
RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -a -mod=mod -o manager main.go
30+
RUN CGO_ENABLED=0 GOOS=linux go build -a -o manager main.go
3131

3232
# Use distroless as minimal base image to package the manager binary
3333
# Refer to https://github.com/GoogleContainerTools/distroless for more details

0 commit comments

Comments
 (0)