Skip to content

Commit c2be725

Browse files
committed
testing
1 parent 765386b commit c2be725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ COPY . .
55

66
RUN go mod download
77

8-
RUN go build -ldflags="-w -s" -o app .
8+
RUN CGO_ENABLED=0 go build -ldflags="-w -s" -o app .
99

10-
FROM alpine:latest
10+
FROM alpine:latest AS bu
1111

1212
RUN apk --no-cache add ca-certificates
1313

0 commit comments

Comments
 (0)