Skip to content

Commit

Permalink
remove global platform arg in cassandra schema dockerfile (jaegertrac…
Browse files Browse the repository at this point in the history
…ing#4123)

Signed-off-by: shubbham1215 <sawaikershubham@gmail.com>
  • Loading branch information
jkandasa authored and shubbham1215 committed Mar 5, 2023
1 parent e6724f8 commit 65c954e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/storage/cassandra/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=${BUILDPLATFORM:-linux/amd64} cassandra:4.0
FROM cassandra:4.0

COPY schema/* /cassandra-schema/

Expand Down

0 comments on commit 65c954e

Please sign in to comment.