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
4 changes: 2 additions & 2 deletions images/spdk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# ============================================================================
# Stage 1: Build SPDK from source
# ============================================================================
FROM docker.io/library/fedora:43 AS builder
FROM docker.io/library/fedora:45 AS builder

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down Expand Up @@ -173,7 +173,7 @@ RUN set -euo pipefail && \
# Built only when explicitly targeted:
# docker build --target debug --build-arg BUILD_TYPE=debug .
# ============================================================================
FROM docker.io/library/fedora:43 AS debug
FROM docker.io/library/fedora:45 AS debug

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down