Skip to content

Commit 84685ff

Browse files
committed
Migrate from AL2 to AL2023
1 parent cb841d7 commit 84685ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/php/xp/lambda/Dockerfile.runtime

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM public.ecr.aws/lambda/provided:al2 as builder
1+
FROM public.ecr.aws/lambda/provided:al2023 AS builder
22

33
ARG php_version="?.?.?"
44
ARG xp_version="?.?.?"
55

6-
RUN yum clean all && yum install -y \
6+
RUN dnf clean all && dnf install -y \
77
autoconf \
88
gcc \
99
gcc-c++ \

0 commit comments

Comments
 (0)