diff --git a/3.12/Dockerfile b/3.12/Dockerfile
index a3991a25bdd6b3218e3b6cd2c385600e636e24e9..7f2b31303bc0b03ec359409b70cde45f9e6c1044 100644
--- a/3.12/Dockerfile
+++ b/3.12/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.12-rc-slim
+FROM python:3.12-slim
 
 # Install libsodium
 RUN apt update && \