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 b076d50 commit cd48554Copy full SHA for cd48554
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