We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb841d7 commit 84685ffCopy full SHA for 84685ff
1 file changed
src/main/php/xp/lambda/Dockerfile.runtime
@@ -1,9 +1,9 @@
1
-FROM public.ecr.aws/lambda/provided:al2 as builder
+FROM public.ecr.aws/lambda/provided:al2023 AS builder
2
3
ARG php_version="?.?.?"
4
ARG xp_version="?.?.?"
5
6
-RUN yum clean all && yum install -y \
+RUN dnf clean all && dnf install -y \
7
autoconf \
8
gcc \
9
gcc-c++ \
0 commit comments