diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index d228e55b..eeff7204 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/rust:1.81.0-bookworm +FROM docker.io/library/rust:1.82.0-bookworm RUN rustup component add rustfmt clippy diff --git a/bundler/Dockerfile b/bundler/Dockerfile index 56537126..2cddfc6c 100644 --- a/bundler/Dockerfile +++ b/bundler/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/rust:1.81.0-bookworm AS build +FROM docker.io/library/rust:1.82.0-bookworm AS build ARG DATABASE_URL