You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/11/10 21:35:12 UTC

[beam] 01/01: Remove duplicate Docker arg

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/dockerArg
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 1f4bee6b4ac4f7d8afb2c0e9ea8a668f1781778b
Author: Danny McCormick <da...@google.com>
AuthorDate: Thu Nov 10 16:35:04 2022 -0500

    Remove duplicate Docker arg
---
 playground/backend/containers/java/Dockerfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/playground/backend/containers/java/Dockerfile b/playground/backend/containers/java/Dockerfile
index 6c141617b89..d09c4238ad4 100644
--- a/playground/backend/containers/java/Dockerfile
+++ b/playground/backend/containers/java/Dockerfile
@@ -38,7 +38,6 @@ RUN go mod download &&\
     go build -o /go/bin/server_java_backend
 
 FROM $BASE_IMAGE
-ARG BEAM_VERSION
 ARG HAMCREST_VERSION=1.3
 ARG JUNIT_VERSION=4.13.2
 ARG GRPC_VERSION=1_48_1