Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion examples/nginx/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/nginx/nginx:1.21.1
FROM public.ecr.aws/runecast/nginx:1.21.1-alpine
WORKDIR "/tmp"
COPY --from=aws-lambda-adapter:latest /opt/bootstrap /opt/bootstrap
ADD config/ /etc/nginx/
Expand Down
2 changes: 1 addition & 1 deletion examples/springboot/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amd64/maven as build-image
FROM public.ecr.aws/sam/build-java8.al2:latest as build-image
WORKDIR "/task"
COPY src src/
COPY pom.xml ./
Expand Down