Skip to content

Commit 88a6009

Browse files
build(deps): bump rust from 1.88.0 to 1.91.1 in /shared/echo
Bumps rust from 1.88.0 to 1.91.1. --- updated-dependencies: - dependency-name: rust dependency-version: 1.91.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c64c0e commit 88a6009

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/echo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.88.0 AS builder
1+
FROM rust:1.91.1 AS builder
22
WORKDIR /usr/src/echo
33
COPY . .
44
RUN rustup install nightly && rustup default nightly && cargo build --release

0 commit comments

Comments
 (0)