Skip to content

Commit 1a1305e

Browse files
authored
fix(docker): use 555 for binary (#499)
1 parent 8417aec commit 1a1305e

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
@@ -39,7 +39,7 @@ RUN apk --no-cache add ca-certificates tzdata && \
3939
USER nonroot:nonroot
4040

4141
# copy binary from builder
42-
COPY --from=builder --chown=nonroot:nonroot --chmod=544 /go/src/app .
42+
COPY --from=builder --chown=nonroot:nonroot --chmod=555 /go/src/app .
4343

4444
# expose port 8080
4545
EXPOSE 8080

0 commit comments

Comments
 (0)