We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb0917 commit 29ff3f8Copy full SHA for 29ff3f8
Dockerfile
@@ -14,7 +14,7 @@ CMD mvn -gs settings.xml test; \
14
mkdir -p /tests && \
15
cp target/surefire-reports/* /tests/
16
17
-FROM azul/zulu-openjdk-alpine:21 as deploy
+FROM --platform=$BUILDPLATFORM azul/zulu-openjdk-alpine:21 as deploy
18
WORKDIR app
19
COPY --from=builder app/dependencies/ ./
20
RUN true
0 commit comments