diff --git a/Dockerfile b/Dockerfile
index 4af23b5..c64f725 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 FROM postgres:alpine
 
 ARG maintainer=tier
-ARG imagename=shibd
+ARG imagename=shibdb
 ARG version=9.6
 ARG postgres_db=shibboleth
 
diff --git a/common.bash b/common.bash
index 43a17c1..6205dd0 100644
--- a/common.bash
+++ b/common.bash
@@ -1,4 +1,4 @@
 maintainer="tier"
-imagename="shibd"
+imagename="shibdb"
 version="9.6"
 postgres_db="shibboleth"
\ No newline at end of file