We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e119b14 + db16cd1 commit 24bcdedCopy full SHA for 24bcded
docker-compose.yml
@@ -2,7 +2,7 @@ version: '3'
2
3
services:
4
ifcbdb:
5
- image: ${IFCBDB_IMAGE:-whoi/ifcb-dashboard:latest}
+ image: ${IFCBDB_IMAGE:-whoi/ifcb-dashboard:4.2.1}
6
environment:
7
- NGINX_HOST=${HOST:-localhost}
8
- NGINX_HTTP_PORT=${HTTP_PORT:-80}
ifcbdb/templates/base.html
@@ -98,7 +98,7 @@
98
<div class="col-sm-12">
99
<ul class="nav justify-content-center">
100
<li class="nav-item">
101
- <span class="px-2">Version 4.2 - July 2024</span>
+ <span class="px-2">Version 4.2.1 - August 2024</span>
102
</li>
103
104
<a class="px-2" href="{% url 'about_page' %}">About</a>
0 commit comments