Skip to content

Commit f050f1a

Browse files
build(deps): bump rust from 1.91.1 to 1.92.0 (#539)
Bumps rust from 1.91.1 to 1.92.0. --- updated-dependencies: - dependency-name: rust dependency-version: 1.92.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29c0617 commit f050f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.91.1 AS build-env
1+
FROM rust:1.92.0 AS build-env
22
WORKDIR /app
33
COPY . /app
44
RUN cargo build --release

0 commit comments

Comments
 (0)