Skip to content

Commit 679ce10

Browse files
committed
fix: rust version for base image
1 parent 0367ed7 commit 679ce10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# -------- Base Image with Tools --------
77
# Base image containing all necessary build tools and dependencies
8-
FROM rust:1.86.0 AS base
8+
FROM rust:1.88.0 AS base
99
RUN apt-get update && \
1010
apt-get install -y --no-install-recommends musl-tools clang && \
1111
apt-get clean && \

0 commit comments

Comments
 (0)