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 147e8f6 commit 5597c17Copy full SHA for 5597c17
Dockerfile
@@ -12,9 +12,9 @@
12
# remote code execution vulnerabilities.
13
#
14
# Uses the bullseye-slim debian image per the rust recommendation.
15
-FROM --platform=$BUILDPLATFORM rust:1.71-slim-bullseye AS builder
+FROM --platform=$TARGETPLATFORM rust:1.71-slim-bullseye AS builder
16
17
-ARG BUILDPLATFORM
+ARG TARGETPLATFORM
18
19
# Install g++ and other build essentials for compiling openssl/tls dependencies
20
RUN apt update
0 commit comments