Skip to content

Commit 10cb642

Browse files
build(deps): bump rust from 1.91.1 to 1.92.0 in the dependencies group (#288)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6719c80 commit 10cb642

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chombot-kcc.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 builder
1+
FROM rust:1.92.0 as builder
22

33
RUN USER=root cargo new --bin chombot
44

chombot.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 builder
1+
FROM rust:1.92.0 as builder
22

33
RUN USER=root cargo new --bin chombot
44

0 commit comments

Comments
 (0)