diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index f6eb0ef..27987fd 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/rust:1.83.0-bookworm +FROM docker.io/library/rust:1.84.0-bookworm RUN rustup component add rustfmt clippy diff --git a/bundler/Dockerfile b/bundler/Dockerfile index e7f440e..77e45be 100644 --- a/bundler/Dockerfile +++ b/bundler/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/rust:1.83.0-bookworm AS build +FROM docker.io/library/rust:1.84.0-bookworm AS build ARG DATABASE_URL