diff --git a/certbot/Dockerfile b/certbot/Dockerfile
index 5037426..c910f2e 100644
--- a/certbot/Dockerfile
+++ b/certbot/Dockerfile
@@ -27,7 +27,7 @@ RUN apk --no-cache add \
 
 RUN pip install acme
 
-ENV CERTBOT_VERSION 0.24.0
+ENV CERTBOT_VERSION 0.25.0
 
 RUN buildDeps=' \
 		git \