Skip to content

Commit 17839c5

Browse files
authored
Merge branch 'master' into dependabot/github_actions/dependencies-97f38a5d32
2 parents f62aa6d + 10cb642 commit 17839c5

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)