Skip to content

Commit 1ff13e8

Browse files
authored
Change the test command to trust-dns
1 parent e289b31 commit 1ff13e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ LABEL org.label-schema.vendor="trust-dns" \
6161
RUN apk add --no-cache --update openssl libgcc
6262
COPY --from=build-env /workspace/target/release/trust-dns /usr/bin
6363
# Quickly test the binary is "working" and has no linked libs errors
64-
RUN named --version
64+
RUN trust-dns --version
6565

6666
ENTRYPOINT [ "trust-dns" ]

0 commit comments

Comments
 (0)