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 90180dc commit ff51ad8Copy full SHA for ff51ad8
1 file changed
examples/Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM amazoncorretto:17.0.18-alpine3.23 AS builder
+FROM --platform=linux/amd64 amazoncorretto:17.0.18-alpine3.23 AS builder
3
4
WORKDIR /build
5
0 commit comments