Skip to content

Commit

Permalink
Bump rust from 1.81-slim-bookworm to 1.82-slim-bookworm (#50)
Browse files Browse the repository at this point in the history
Bumps rust from 1.81-slim-bookworm to 1.82-slim-bookworm.

---
updated-dependencies:
- dependency-name: rust
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent f194beb commit ee221f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1
FROM rust:1.81-slim-bookworm AS runtime
FROM rust:1.82-slim-bookworm AS runtime
WORKDIR /usr/src
RUN --mount=type=cache,id=api:/var/cache/apt,target=/var/cache/apt \
--mount=type=cache,id=api:/var/lib/apt/lists,target=/var/lib/apt/lists \
Expand Down

0 comments on commit ee221f5

Please sign in to comment.