Skip to content

Commit 24bcded

Browse files
authored
Merge pull request #408 from WHOIGit/pin_image_version_in_compose
pin image version to 4.2.1
2 parents e119b14 + db16cd1 commit 24bcded

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
ifcbdb:
5-
image: ${IFCBDB_IMAGE:-whoi/ifcb-dashboard:latest}
5+
image: ${IFCBDB_IMAGE:-whoi/ifcb-dashboard:4.2.1}
66
environment:
77
- NGINX_HOST=${HOST:-localhost}
88
- NGINX_HTTP_PORT=${HTTP_PORT:-80}

ifcbdb/templates/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<div class="col-sm-12">
9999
<ul class="nav justify-content-center">
100100
<li class="nav-item">
101-
<span class="px-2">Version 4.2 - July 2024</span>
101+
<span class="px-2">Version 4.2.1 - August 2024</span>
102102
</li>
103103
<li class="nav-item">
104104
<a class="px-2" href="{% url 'about_page' %}">About</a>

0 commit comments

Comments
 (0)