build: pin versions for docker base images
This commit is contained in:
parent
cbf6c3b73c
commit
6bbc89490a
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Leveraging the pre-built Docker images with
|
# Leveraging the pre-built Docker images with
|
||||||
# cargo-chef and the Rust toolchain
|
# cargo-chef and the Rust toolchain
|
||||||
FROM git.kemitix.net/kemitix/git-next-builder:latest AS chef
|
FROM git.kemitix.net/kemitix/git-next-builder:2024.07.05 AS chef
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
FROM chef AS planner
|
FROM chef AS planner
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM docker.io/rust:latest
|
FROM docker.io/rust:1.79.0-bookworm
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y clang-16 mold && \
|
apt-get install -y clang-16 mold && \
|
||||||
|
|
Loading…
Reference in a new issue