From 7e4cb76a65c4135019e24b67e3854aaa5520587f Mon Sep 17 00:00:00 2001 From: Zoheb Shaikh <26975142+ZohebShaikh@users.noreply.github.com> Date: Mon, 8 Dec 2025 23:44:26 +0000 Subject: [PATCH] ci: update rust version to 1.91.1 --- .devcontainer/Dockerfile | 2 +- bundler/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index e36fcab2..df8246f6 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/rust:1.84.1-bookworm +FROM docker.io/library/rust:1.91.1-bookworm RUN rustup component add rustfmt clippy diff --git a/bundler/Dockerfile b/bundler/Dockerfile index bbe79c19..4764715e 100644 --- a/bundler/Dockerfile +++ b/bundler/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/rust:1.84.1-bookworm AS build +FROM docker.io/library/rust:1.91.1-bookworm AS build ARG DATABASE_URL