Skip to content

Commit a953921

Browse files
tempo: restore chmod in Dockerfile (#5754)
It had been removed while removing busybox
1 parent 7fcced5 commit a953921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/tempo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY bin/linux/tempo-${TARGETARCH} /tempo
1515
COPY --from=ca-certificates /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
1616
COPY --from=tempo-setup /etc/passwd /etc/passwd
1717
COPY --from=tempo-setup /etc/group /etc/group
18-
COPY --from=tempo-setup --chown=10001:10001 /var/tempo /var/tempo
18+
COPY --from=tempo-setup --chown=10001:10001 --chmod=0700 /var/tempo /var/tempo
1919

2020
USER 10001:10001
2121

0 commit comments

Comments
 (0)