diff --git a/docker/Dockerfile b/docker/Dockerfile
index 6f51034..9df8fcb 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,12 +1,12 @@
FROM python:3.10-slim-bullseye AS runtime
-COPY naturerecorderpy-1.7.0.0 /opt/naturerecorderpy
+COPY naturerecorderpy-1.8.0.0 /opt/naturerecorderpy
WORKDIR /opt/naturerecorderpy
RUN apt-get update -y
RUN pip install -r requirements.txt
-RUN pip install nature_recorder-1.7.0-py3-none-any.whl
+RUN pip install nature_recorder-1.8.0-py3-none-any.whl
ENV NATURE_RECORDER_DATA_FOLDER=/var/opt/naturerecorderpy
ENV NATURE_RECORDER_DB=/var/opt/naturerecorderpy/naturerecorder.db
diff --git a/setup.py b/setup.py
index de69cbd..ef5c9c0 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ def find_package_files(directory, remove_root):
setuptools.setup(
name="nature_recorder",
- version="1.7.0",
+ version="1.8.0",
description="Wildlife sightings database",
packages=setuptools.find_packages("src"),
include_package_data=True,
diff --git a/src/naturerec_web/sightings/templates/sightings/species.html b/src/naturerec_web/sightings/templates/sightings/species.html
index 9fc28d2..13dd1b6 100644
--- a/src/naturerec_web/sightings/templates/sightings/species.html
+++ b/src/naturerec_web/sightings/templates/sightings/species.html
@@ -4,7 +4,11 @@
{% for value in species %}
{% endfor %}