We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e47aea1 commit fe05d78Copy full SHA for fe05d78
Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1.5
2
-FROM lukemathwalker/cargo-chef:latest-rust-1.85.0-slim-bullseye AS base
+FROM lukemathwalker/cargo-chef:latest-rust-1.90.0-slim-bullseye AS base
3
4
RUN apt-get update && \
5
apt-get install -y --no-install-recommends build-essential libssl-dev pkg-config curl && \
0 commit comments