Skip to content

Commit

Permalink
Change the test command to trust-dns
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes authored Sep 11, 2023
1 parent e289b31 commit 1ff13e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ LABEL org.label-schema.vendor="trust-dns" \
RUN apk add --no-cache --update openssl libgcc
COPY --from=build-env /workspace/target/release/trust-dns /usr/bin
# Quickly test the binary is "working" and has no linked libs errors
RUN named --version
RUN trust-dns --version

ENTRYPOINT [ "trust-dns" ]

0 comments on commit 1ff13e8

Please sign in to comment.