diff --git a/examples/k8s/dex.yaml b/examples/k8s/dex.yaml
index 89ac40b2237c17c4ea37a7f7ddba1d321bc4574b..c8d8394401c1850ae89342e811dcd49c2b9b8e06 100644
--- a/examples/k8s/dex.yaml
+++ b/examples/k8s/dex.yaml
@@ -23,7 +23,7 @@ spec:
     spec:
       serviceAccountName: dex # This is created below
       containers:
-      - image: ghcr.io/dexidp/dex:v2.30.0
+      - image: ghcr.io/dexidp/dex:v2.32.0
         name: dex
         command: ["/usr/local/bin/dex", "serve", "/etc/dex/cfg/config.yaml"]