Skip to content

Commit 4b4c323

Browse files
committed
fix: update Rust and Intel base images in Dockerfiles
1 parent 9febf46 commit 4b4c323

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.7
2-
FROM rust:1.82-alpine3.20 AS builder
2+
FROM rust:1.90-alpine3.20 AS builder
33

44
RUN apk add --no-cache build-base musl-dev pkgconf && \
55
rustup target add x86_64-unknown-linux-musl

docker/Dockerfile.mkl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.7
2-
FROM intel/oneapi-basekit:2024.2-devel-ubuntu24.04 AS builder
2+
FROM intel/oneapi-basekit:2025.3.0-0-devel-ubuntu24.04 AS builder
33

44
ENV DEBIAN_FRONTEND=noninteractive
55
RUN apt-get update && \

0 commit comments

Comments
 (0)