Skip to content

Commit

Permalink
Merge branch 'develop' into feat-al2023-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
hawflau authored Oct 10, 2023
2 parents bbe7897 + 54d5992 commit 7a3086e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build-image-src/Dockerfile-go1x
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM public.ecr.aws/lambda/go:1
# reset to the latest emulation image after the raised issue got solved.
# FROM public.ecr.aws/lambda/go:1
FROM public.ecr.aws/lambda/go:1.2023.08.02.10

RUN yum groupinstall -y development && \
yum install -d1 -y \
Expand Down
4 changes: 3 additions & 1 deletion build-image-src/Dockerfile-java8
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM public.ecr.aws/lambda/java:8
# reset to the latest emulation image after the raised issue got solved.
# FROM public.ecr.aws/lambda/java:8
FROM public.ecr.aws/lambda/java:8.2023.08.02.10

RUN yum groupinstall -y development && \
yum install -d1 -y \
Expand Down

0 comments on commit 7a3086e

Please sign in to comment.