Skip to content
Merged
Changes from 1 commit
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 src/main/php/xp/lambda/Dockerfile.runtime
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM public.ecr.aws/lambda/provided:al2 as builder
FROM public.ecr.aws/lambda/provided:al2023 AS builder

ARG php_version="?.?.?"
ARG xp_version="?.?.?"

RUN yum clean all && yum install -y \
RUN dnf clean all && dnf install -y \

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

autoconf \
gcc \
gcc-c++ \
Expand Down
Loading