Skip to content

Commit bb47c59

Browse files
build(deps): bump rust from 1.91.0 to 1.91.1 (#533)
Bumps rust from 1.91.0 to 1.91.1. --- updated-dependencies: - dependency-name: rust dependency-version: 1.91.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b2e4196 commit bb47c59

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.0 AS build-env
1+
FROM rust:1.91.1 AS build-env
22
WORKDIR /app
33
COPY . /app
44
RUN cargo build --release

0 commit comments

Comments
 (0)