We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d6c0f3 commit e289b31Copy full SHA for e289b31
alpine/Dockerfile
@@ -59,8 +59,8 @@ LABEL org.label-schema.vendor="trust-dns" \
59
60
# https://github.com/mischov/meeseeks/issues/98#issuecomment-636615680
61
RUN apk add --no-cache --update openssl libgcc
62
-COPY --from=build-env /workspace/target/release/named /usr/bin
+COPY --from=build-env /workspace/target/release/trust-dns /usr/bin
63
# Quickly test the binary is "working" and has no linked libs errors
64
RUN named --version
65
66
-ENTRYPOINT [ "named" ]
+ENTRYPOINT [ "trust-dns" ]
0 commit comments