Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Dockerfile.acr
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ RUN npm install && chmod +x node_modules/.bin/*
ENV NODE_ENV=production
RUN npm run build

FROM docker.io/library/rust:1.91.1-trixie AS arm64-sysroot
FROM docker.io/library/rust:1.91.1-slim-bookworm AS arm64-musl-sysroot
FROM docker.io/library/rust:1.91.1-slim-bookworm AS amd64-musl-sysroot
FROM docker.io/library/rust:1.95.0-trixie AS arm64-sysroot
FROM docker.io/library/rust:1.95.0-slim-bookworm AS arm64-musl-sysroot
FROM docker.io/library/rust:1.95.0-slim-bookworm AS amd64-musl-sysroot

FROM docker.io/library/rust:1.91.1-trixie AS base-builder
FROM docker.io/library/rust:1.95.0-trixie AS base-builder

RUN apt-get update && apt-get -y install clang-17 clang++-17 lld-17

Expand Down
Loading