Skip to content

Commit f7c6c2e

Browse files
committed
change base image
use x86_64 only image
1 parent 20f780e commit f7c6c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)