# This Dockerfile isn't actually used. Its only purpose is to provide the
# influxdb version. We use a Dockerfile as it allows updating the version
# with dependabot. Unfortunately, this isn't possible as with the compose
# file, as the jinja2 syntax is not understood by dependabot.
FROM influxdb:2.9.1@sha256:270145207873eb426e15a211063532fc6f966f4ffb6edf4114ffac83ac4696eb
