Skip to content

Commit fd9fa74

Browse files
committed
fix: update Dockerfile to set executable permissions for labelgate binary
1 parent d507ff9 commit fd9fa74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/ci.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG TARGETARCH
1010

1111
WORKDIR /app
1212

13-
COPY labelgate-linux-${TARGETARCH} /app/labelgate
13+
COPY --chmod=755 labelgate-linux-${TARGETARCH} /app/labelgate
1414

1515
USER nonroot
1616

0 commit comments

Comments
 (0)