Skip to content
Open
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
2 changes: 1 addition & 1 deletion images/fio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# ============================================================================
# Stage 1: Build FIO as a static binary
# ============================================================================
FROM docker.io/library/alpine:3.23 AS fio-builder
FROM docker.io/library/alpine:3.24 AS fio-builder

ARG FIO_VERSION=fio-3.41

Expand All @@ -43,7 +43,7 @@
zlib-static \
git

RUN git clone --branch "${FIO_VERSION}" --depth 1 \

Check failure on line 46 in images/fio/Dockerfile

View workflow job for this annotation

GitHub Actions / lint

DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
https://github.com/axboe/fio.git /build/fio

WORKDIR /build/fio
Expand Down
Loading