Skip to content

Commit

Permalink
Update the docker image (#17067)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret authored Mar 6, 2024
1 parent 1311dd8 commit 5132145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voltdb/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tls = ["true"]
[envs.default.overrides]
matrix.version.env-vars = [
{ key = "VOLTDB_VERSION", value = "8.4.2", if = ["8.4"] },
{ key = "VOLTDB_IMAGE", value = "voltdb/voltdb-community:8.4.2", if = ["8.4"] },
{ key = "VOLTDB_IMAGE", value = "datadog/docker-library:voltdb_8_4", if = ["8.4"] },
{ key = "VOLTDB_VERSION", value = "10.0.0", if = ["10.0"] },
{ key = "VOLTDB_IMAGE", value = "datadog/docker-library:voltdb_10_0", if = ["10.0"] }
]
Expand Down

0 comments on commit 5132145

Please sign in to comment.