diff --git a/app/views/admin/dashboard/show.html.slim b/app/views/admin/dashboard/show.html.slim
index b4d836f5..f6766d80 100644
--- a/app/views/admin/dashboard/show.html.slim
+++ b/app/views/admin/dashboard/show.html.slim
@@ -10,9 +10,14 @@ h1 = t('breadcrumbs.dashboard.show')
h2 Version
div.mb-4
- = "Release:"
+ = "CodeOcean Release:"
pre = Sentry.configuration.release
+- if DockerContainerPool.config[:active]
+ div.mb-4
+ = "DockerContainerPool Release:"
+ pre = DockerContainerPool.dump_info['release']
+
h2 Docker
- if DockerContainerPool.config[:active]