We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0367ed7 commit 679ce10Copy full SHA for 679ce10
1 file changed
rust/Dockerfile
@@ -5,7 +5,7 @@
5
6
# -------- Base Image with Tools --------
7
# Base image containing all necessary build tools and dependencies
8
-FROM rust:1.86.0 AS base
+FROM rust:1.88.0 AS base
9
RUN apt-get update && \
10
apt-get install -y --no-install-recommends musl-tools clang && \
11
apt-get clean && \
0 commit comments