> ## Documentation Index
> Fetch the complete documentation index at: https://tally.wharflab.com/llms.txt
> Use this file to discover all available pages before exploring further.

# hadolint/DL3012

> Multiple `HEALTHCHECK` instructions.

Multiple `HEALTHCHECK` instructions.

> **Superseded by
> [`buildkit/MultipleInstructionsDisallowed`](../buildkit/MultipleInstructionsDisallowed)**,
> which covers duplicate `HEALTHCHECK`, `CMD`, and `ENTRYPOINT`
> instructions with auto-fix support.

## Description

Multiple `HEALTHCHECK` instructions should not be used in the same stage because only the last one will be used.

## Reference

* [hadolint/DL3012](https://github.com/hadolint/hadolint/wiki/DL3012)
