Skip to content

Commit

Permalink
Bump rust from 1.83-bookworm to 1.84-bookworm (#72)
Browse files Browse the repository at this point in the history
Bumps rust from 1.83-bookworm to 1.84-bookworm.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent a7cda99 commit ce694e3
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.83-alpine AS builder
FROM rust:1.84-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.83-alpine AS builder
FROM rust:1.84-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.83-bookworm AS builder
FROM rust:1.84-bookworm AS builder

WORKDIR /usr/src/app/

Expand Down

0 comments on commit ce694e3

Please sign in to comment.