Skip to content

Commit a5313d3

Browse files
ZohebShaikhtpoliaw
authored andcommitted
ci: update rust version to 1.91.1
1 parent 2c02fc4 commit a5313d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/rust:1.84.1-bookworm
1+
FROM docker.io/library/rust:1.91.1-bookworm
22

33
RUN rustup component add rustfmt clippy
44

bundler/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/rust:1.84.1-bookworm AS build
1+
FROM docker.io/library/rust:1.91.1-bookworm AS build
22

33
ARG DATABASE_URL
44

0 commit comments

Comments
 (0)