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 457812f commit 3929fd6Copy full SHA for 3929fd6
1 file changed
examples/Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM --platform=$BUILDPLATFORM amazoncorretto:17-alpine AS builder
+FROM --platform=linux/arm64 amazoncorretto:17-alpine AS builder
3
4
# Install Maven
5
RUN apk add --no-cache maven
0 commit comments