Skip to content

Commit e289b31

Browse files
authored
Change the binary name to trust-dns
named was an alias
1 parent 9d6c0f3 commit e289b31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ LABEL org.label-schema.vendor="trust-dns" \
5959

6060
# https://github.com/mischov/meeseeks/issues/98#issuecomment-636615680
6161
RUN apk add --no-cache --update openssl libgcc
62-
COPY --from=build-env /workspace/target/release/named /usr/bin
62+
COPY --from=build-env /workspace/target/release/trust-dns /usr/bin
6363
# Quickly test the binary is "working" and has no linked libs errors
6464
RUN named --version
6565

66-
ENTRYPOINT [ "named" ]
66+
ENTRYPOINT [ "trust-dns" ]

0 commit comments

Comments
 (0)