Skip to content

Commit c84c17e

Browse files
committed
Use "slim" image for pure-rust-build
This changes `bookworm` to `bookworm-slim`. Information about the Debian "slim" images is available in the "Image Variants" section of the "About" page at https://hub.docker.com/_/debian. Which files are removed changes over time, but I don't think files not present in the non-slim image will be added to the slim image. Even if something like that were to happen, the check in the previous commit should identify an environment that has become unsuitable for this job. Using the smaller image should make the job a bit faster, since that image should be a bit faster to download.
1 parent 71ba940 commit c84c17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
pure-rust-build:
2222
runs-on: ubuntu-latest
23-
container: debian:bookworm
23+
container: debian:bookworm-slim
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: Prerequisites

0 commit comments

Comments
 (0)