We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9febf46 commit 4b4c323Copy full SHA for 4b4c323
2 files changed
docker/Dockerfile.alpine
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1.7
2
-FROM rust:1.82-alpine3.20 AS builder
+FROM rust:1.90-alpine3.20 AS builder
3
4
RUN apk add --no-cache build-base musl-dev pkgconf && \
5
rustup target add x86_64-unknown-linux-musl
docker/Dockerfile.mkl
-FROM intel/oneapi-basekit:2024.2-devel-ubuntu24.04 AS builder
+FROM intel/oneapi-basekit:2025.3.0-0-devel-ubuntu24.04 AS builder
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
0 commit comments