Skip to content
Closed
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 docker/Dockerfile.perl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# ============================================================================
# Stage 2: Build Perl bindings
# ============================================================================
FROM perl:5.40-bookworm AS perl-builder
FROM perl:5.42-bookworm AS perl-builder

# Install build dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down Expand Up @@ -108,7 +108,7 @@
# ============================================================================
# Stage 3: Runtime
# ============================================================================
FROM perl:5.40-slim-bookworm AS runtime
FROM perl:5.42-slim-bookworm AS runtime

# Install runtime dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down
Loading