Skip to content

Commit 74c2c43

Browse files
committed
fix: wrong ARM64 image name
- fix wrong ARM64 base image name
1 parent 4f2d3c1 commit 74c2c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile_arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/lambda/provided:al2-arm
1+
FROM public.ecr.aws/lambda/provided:al2-arm64
22

33
ARG RUST_VERSION=1.58.1
44
RUN yum install -y jq openssl-devel gcc zip

0 commit comments

Comments
 (0)