Skip to content

Commit

Permalink
Updating Provenance Docker Version (#54)
Browse files Browse the repository at this point in the history
* Updating prov version

* updating proto version
  • Loading branch information
cworsnop-figure authored Aug 15, 2022
1 parent 9eea679 commit f87a46f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object Versions {
const val KeyAccessLib = "0.2.18"
const val LoanPackage = "0.4.0"
const val Grpc = "1.45.0"
const val ProvenanceProto = "1.8.0"
const val ProvenanceProto = "1.11.1"
const val Reflections = "0.9.10"
const val NexusPublishing = "1.1.0"
const val BouncyCastle = "1.70"
Expand Down
2 changes: 1 addition & 1 deletion service/docker/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
- ./object-store-2:/mnt/data

provenance:
image: provenanceio/provenance:v1.8.0-rc9
image: provenanceio/provenance:v1.11.1
container_name: provenance
command: bash -c "cp -rn /home/provenance_seed/* /home/provenance && /usr/bin/provenanced -t --home /home/provenance start"
networks:
Expand Down

0 comments on commit f87a46f

Please sign in to comment.