aboutsummaryrefslogtreecommitdiffstats
path: root/crates/rule-executor/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rule-executor/Dockerfile')
-rw-r--r--crates/rule-executor/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rule-executor/Dockerfile b/crates/rule-executor/Dockerfile
index 4a4ebda..8d5697d 100644
--- a/crates/rule-executor/Dockerfile
+++ b/crates/rule-executor/Dockerfile
@@ -1,4 +1,4 @@
-FROM rust:1.91.0-slim AS builder
+FROM rust:1.91.1-slim AS builder
ENV SQLX_OFFLINE=true