-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from TheThingsIndustries/feature/update
Update dependencies
- Loading branch information
Showing
3 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
#!/usr/bin/env bash | ||
docker build \ | ||
--build-arg ALPINE_VERSION="${ALPINE_VERSION:-"3.10"}" \ | ||
--build-arg GO_VERSION="${GO_VERSION:-"1.13.3"}" \ | ||
--build-arg GRPC_GATEWAY_VERSION="${GRPC_GATEWAY_VERSION:-"1.11.3"}" \ | ||
--build-arg GRPC_JAVA_VERSION="${GRPC_JAVA_VERSION:-"1.24.1"}" \ | ||
--build-arg GO_VERSION="${GO_VERSION:-"1.13.4"}" \ | ||
--build-arg GRPC_GATEWAY_VERSION="${GRPC_GATEWAY_VERSION:-"1.12.1"}" \ | ||
--build-arg GRPC_JAVA_VERSION="${GRPC_JAVA_VERSION:-"1.24.2"}" \ | ||
--build-arg GRPC_RUST_VERSION="${GRPC_RUST_VERSION:-"0.6.1"}" \ | ||
--build-arg GRPC_SWIFT_VERSION="${GRPC_SWIFT_VERSION:-"0.10.0"}" \ | ||
--build-arg GRPC_VERSION="${GRPC_VERSION:-"1.24.3"}" \ | ||
--build-arg GRPC_WEB_VERSION="${GRPC_WEB_VERSION:-"1.0.6"}" \ | ||
--build-arg GRPC_VERSION="${GRPC_VERSION:-"1.25.0"}" \ | ||
--build-arg GRPC_WEB_VERSION="${GRPC_WEB_VERSION:-"1.0.7"}" \ | ||
--build-arg PROTOBUF_C_VERSION="${PROTOBUF_C_VERSION:-"1.3.2"}" \ | ||
--build-arg PROTOC_GEN_DOC_VERSION="${PROTOC_GEN_DOC_VERSION:-"1.3.0"}" \ | ||
--build-arg PROTOC_GEN_FIELDMASK_VERSION="${PROTOC_GEN_FIELDMASK_VERSION:-"0.2.2"}" \ | ||
--build-arg PROTOC_GEN_FIELDMASK_VERSION="${PROTOC_GEN_FIELDMASK_VERSION:-"0.2.3"}" \ | ||
--build-arg PROTOC_GEN_GO_VERSION="${PROTOC_GEN_GO_VERSION:-"1.3.2"}" \ | ||
--build-arg PROTOC_GEN_GOGO_VERSION="${PROTOC_GEN_GOGO_VERSION:-"1.3.1"}" \ | ||
--build-arg PROTOC_GEN_GOGOTTN_VERSION="${PROTOC_GEN_GOGOTTN_VERSION:-"3.0.14"}" \ | ||
--build-arg PROTOC_GEN_LINT_VERSION="${PROTOC_GEN_LINT_VERSION:-"0.2.1"}" \ | ||
--build-arg PROTOC_GEN_VALIDATE_VERSION="${PROTOC_GEN_VALIDATE_VERSION:-"0.2.0-java"}" \ | ||
--build-arg RUST_PROTOBUF_VERSION="${RUST_PROTOBUF_VERSION:-"2.8.1"}" \ | ||
--build-arg RUST_VERSION="${RUST_VERSION:-"1.38.0"}" \ | ||
--build-arg SWIFT_VERSION="${SWIFT_VERSION:-"5.1.1"}" \ | ||
--build-arg RUST_VERSION="${RUST_VERSION:-"1.39.0"}" \ | ||
--build-arg SWIFT_VERSION="${SWIFT_VERSION:-"5.1.2"}" \ | ||
--build-arg UPX_VERSION="${UPX_VERSION:-"3.95"}" \ | ||
${@} . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters