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.
2 parents 147e8f6 + 5597c17 commit afc4d19Copy full SHA for afc4d19
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