Skip to content

Commit 44e49f7

Browse files
committed
chore: fix bin path
1 parent 40ae9aa commit 44e49f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildx.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FROM scratch
1111

1212
COPY --from=builder /usr/share/zoneinfo /usr/share/zoneinfo
1313
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
14-
COPY whoami /
14+
COPY whoamitcp /
1515

1616
ENTRYPOINT ["/whoamitcp"]
1717
EXPOSE 80

0 commit comments

Comments
 (0)