# 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.8.0
