diff --git a/images/postgres/13.Dockerfile b/images/postgres/13.Dockerfile
index 1d43592b3..d25853e91 100644
--- a/images/postgres/13.Dockerfile
+++ b/images/postgres/13.Dockerfile
@@ -1,6 +1,6 @@
 ARG IMAGE_REPO
 FROM ${IMAGE_REPO:-lagoon}/commons AS commons
-FROM postgres:13.17-alpine3.20
+FROM postgres:13.18-alpine3.20
 
 ARG LAGOON_VERSION
 ENV LAGOON_VERSION=$LAGOON_VERSION