Skip to content

Commit 8fb23af

Browse files
fix(rust-simple): upgrade rust toolchain to 1.92 to fix build failure (#4414)
1 parent c31e1eb commit 8fb23af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rust-simple/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM rust:1.71.0 as builder
15+
FROM rust:1.92.0 as builder
1616
RUN useradd -m build
1717
RUN apt update && apt install -y protobuf-compiler
1818

0 commit comments

Comments
 (0)