Skip to content

Commit 824831f

Browse files
committed
chore: remove ldflags build switch
1 parent b33bf12 commit 824831f

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
@@ -7,7 +7,7 @@ COPY go* main* .
77

88
RUN apk add --no-cache git
99

10-
RUN CGO_ENABLED=0 go build -ldflags '-extldflags "-static"' -o rabbitmq-dump-queue .
10+
RUN CGO_ENABLED=0 go build -o rabbitmq-dump-queue .
1111

1212

1313
# test stage

0 commit comments

Comments
 (0)