Skip to content

Commit afc4d19

Browse files
authored
Merge pull request #18 from jpmcb/dockerfile-fix
Dockerfile: fix typo in build vs. target platform
2 parents 147e8f6 + 5597c17 commit afc4d19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# remote code execution vulnerabilities.
1313
#
1414
# Uses the bullseye-slim debian image per the rust recommendation.
15-
FROM --platform=$BUILDPLATFORM rust:1.71-slim-bullseye AS builder
15+
FROM --platform=$TARGETPLATFORM rust:1.71-slim-bullseye AS builder
1616

17-
ARG BUILDPLATFORM
17+
ARG TARGETPLATFORM
1818

1919
# Install g++ and other build essentials for compiling openssl/tls dependencies
2020
RUN apt update

0 commit comments

Comments
 (0)