build: pin versions for docker base images
All checks were successful
Rust / build (push) Successful in 1m21s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful

This commit is contained in:
Paul Campbell 2024-07-05 07:54:43 +01:00
parent cbf6c3b73c
commit 6bbc89490a
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Leveraging the pre-built Docker images with
# 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
FROM chef AS planner

View file

@ -1,4 +1,4 @@
FROM docker.io/rust:latest
FROM docker.io/rust:1.79.0-bookworm
RUN apt-get update && \
apt-get install -y clang-16 mold && \