Skip to content

Commit

Permalink
Merge pull request #408 from WHOIGit/pin_image_version_in_compose
Browse files Browse the repository at this point in the history
pin image version to 4.2.1
  • Loading branch information
joefutrelle authored Aug 16, 2024
2 parents e119b14 + db16cd1 commit 24bcded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
ifcbdb:
image: ${IFCBDB_IMAGE:-whoi/ifcb-dashboard:latest}
image: ${IFCBDB_IMAGE:-whoi/ifcb-dashboard:4.2.1}
environment:
- NGINX_HOST=${HOST:-localhost}
- NGINX_HTTP_PORT=${HTTP_PORT:-80}
Expand Down
2 changes: 1 addition & 1 deletion ifcbdb/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<div class="col-sm-12">
<ul class="nav justify-content-center">
<li class="nav-item">
<span class="px-2">Version 4.2 - July 2024</span>
<span class="px-2">Version 4.2.1 - August 2024</span>
</li>
<li class="nav-item">
<a class="px-2" href="{% url 'about_page' %}">About</a>
Expand Down

0 comments on commit 24bcded

Please sign in to comment.