# 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:bfe360b59cb6a351a648cb2df37e559f0c0436248c2e05876cace58c26072ecc
