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