We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3a6ca commit de4406bCopy full SHA for de4406b
1 file changed
examples/Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM amazoncorretto:17-alpine AS builder
+FROM --platform=linux/amd64 amazoncorretto:17-alpine AS builder
3
4
# Install Maven
5
RUN apk add --no-cache maven
0 commit comments