We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c02fc4 commit a5313d3Copy full SHA for a5313d3
.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM docker.io/library/rust:1.84.1-bookworm
+FROM docker.io/library/rust:1.91.1-bookworm
2
3
RUN rustup component add rustfmt clippy
4
bundler/Dockerfile
-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
0 commit comments