diff --git a/keras3-cpu/Dockerfile b/keras3-cpu/Dockerfile
index 04b6625fec9a6adceb8e508a6bd487ac2611889f..eb0d0f607b633852185f1248a876598a70fc9bd2 100644
--- a/keras3-cpu/Dockerfile
+++ b/keras3-cpu/Dockerfile
@@ -57,7 +57,7 @@ RUN mamba install --yes \
 USER root
 
 # install code-server and extensions
-ENV CODE_VERSION=4.95.2
+ENV CODE_VERSION=4.95.3
 RUN wget --no-hsts -q https://github.com/coder/code-server/releases/download/v$CODE_VERSION/code-server_${CODE_VERSION}_amd64.deb && \
     dpkg -i code-server_${CODE_VERSION}_amd64.deb && \
     rm -f code-server_${CODE_VERSION}_amd64.deb && \
diff --git a/keras3-gpu/Dockerfile b/keras3-gpu/Dockerfile
index d2561d17973c26c056a4d5caec2500f36b4a55ad..118d1190d29d4fce7e2f332a6ff9c3c7fecbabeb 100644
--- a/keras3-gpu/Dockerfile
+++ b/keras3-gpu/Dockerfile
@@ -10,7 +10,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
 USER root
 
 # install code-server and extensions
-ENV CODE_VERSION=4.95.2
+ENV CODE_VERSION=4.95.3
 RUN wget --no-hsts -q https://github.com/coder/code-server/releases/download/v$CODE_VERSION/code-server_${CODE_VERSION}_amd64.deb && \
     dpkg -i code-server_${CODE_VERSION}_amd64.deb && \
     rm -f code-server_${CODE_VERSION}_amd64.deb && \
diff --git a/pytorch-gpu/Dockerfile b/pytorch-gpu/Dockerfile
index f779210aec474ff6353f24f40eb1d170e8527d4b..21f1e18eff88cbeb1d4f5882de0b54df1f9d1af2 100644
--- a/pytorch-gpu/Dockerfile
+++ b/pytorch-gpu/Dockerfile
@@ -10,7 +10,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
 USER root
 
 # install code-server and extensions
-ENV CODE_VERSION=4.95.2
+ENV CODE_VERSION=4.95.3
 RUN wget --no-hsts -q https://github.com/coder/code-server/releases/download/v$CODE_VERSION/code-server_${CODE_VERSION}_amd64.deb && \
     dpkg -i code-server_${CODE_VERSION}_amd64.deb && \
     rm -f code-server_${CODE_VERSION}_amd64.deb && \