diff --git a/Dockerfile.debug b/Dockerfile.debug
index acbc4469..43c42163 100644
--- a/Dockerfile.debug
+++ b/Dockerfile.debug
@@ -14,7 +14,7 @@
# along with this program. If not, see .
# build stage
-FROM rust:1.77.1-bookworm as builder
+FROM rust:1.83.0-bookworm as builder
LABEL org.opencontainers.image.title="Parseable"
LABEL maintainer="Parseable Team "
diff --git a/Dockerfile.dev b/Dockerfile.dev
index 5568dca1..b55866ca 100644
--- a/Dockerfile.dev
+++ b/Dockerfile.dev
@@ -14,7 +14,7 @@
# along with this program. If not, see .
# build stage
-FROM rust:1.77.1-bookworm AS builder
+FROM rust:1.83.0-bookworm AS builder
LABEL org.opencontainers.image.title="Parseable"
LABEL maintainer="Parseable Team "