diff --git a/pica-openldap/Makefile b/pica-openldap/Makefile
index a810b8f899b8b45e4aff3fd04bae964070bc007d..a93ee62650ee884747cd14e6aac0313214546099 100644
--- a/pica-openldap/Makefile
+++ b/pica-openldap/Makefile
@@ -3,10 +3,13 @@ VERSION = 0.0.1
 
 .PHONY: all build build-nocache
 
-all: build
+all: build tag-latest
 
 build:
 	docker build -t $(NAME):$(VERSION) --rm .
 
 build-nocache:
 	docker build -t $(NAME):$(VERSION) --no-cache --rm .
+
+tag-latest:
+	docker tag $(NAME):$(VERSION) $(NAME):latest