Skip to content

Commit a98f7e6

Browse files
authored
Merge pull request #105 from cloudgraphdev/fix/dgraph-version
fix(dgraph): update dgraph version to latest
2 parents 54e8b7c + 6f75da7 commit a98f7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const DEFAULT_CONFIG = {
1313
}
1414

1515
export const DGRAPH_CONTAINER_LABEL = 'cloudgraph-cli-dgraph-standalone'
16-
export const DGRAPH_DOCKER_IMAGE_NAME = 'dgraph/standalone:v21.03.1'
16+
export const DGRAPH_DOCKER_IMAGE_NAME = 'dgraph/standalone:v22.0.1'
1717

1818
export const messages = {
1919
[PluginType.PolicyPack]: {

0 commit comments

Comments
 (0)