Skip to content

Commit

Permalink
Bump rust from 1.82-bookworm to 1.83-bookworm (#62)
Browse files Browse the repository at this point in the history
Bumps rust from 1.82-bookworm to 1.83-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 Dec 3, 2024
1 parent 101e3b6 commit 94d9859
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-alpine
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Omit dependency build caching for release build.
# Because we need clean build everty time for release build.
FROM rust:1.82-alpine AS builder
FROM rust:1.83-alpine AS builder

RUN apk add --update-cache musl-dev pkgconfig libressl-dev

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-alpine-dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.82-alpine AS builder
FROM rust:1.83-alpine AS builder

RUN apk add --update-cache musl-dev pkgconfig libressl-dev

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-ubuntu
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Omit dependency build caching for release build.
# Because we need clean build everty time for release build.
FROM rust:1.82-bookworm AS builder
FROM rust:1.83-bookworm AS builder

WORKDIR /usr/src/app/

Expand Down

0 comments on commit 94d9859

Please sign in to comment.