Skip to content

Commit eafc6a8

Browse files
authored
Merge pull request #3 from aws-samples/dev
change base images
2 parents 7c94b3e + f7c6c2e commit eafc6a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/nginx/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/nginx/nginx:1.21.1
1+
FROM public.ecr.aws/runecast/nginx:1.21.1-alpine
22
WORKDIR "/tmp"
33
COPY --from=aws-lambda-adapter:latest /opt/bootstrap /opt/bootstrap
44
ADD config/ /etc/nginx/

examples/springboot/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM amd64/maven as build-image
1+
FROM public.ecr.aws/sam/build-java8.al2:latest as build-image
22
WORKDIR "/task"
33
COPY src src/
44
COPY pom.xml ./

0 commit comments

Comments
 (0)