Skip to content

Commit 58887a6

Browse files
chore(deps): Update infra minor and patch to v24.1.3 (#54)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e7fc1e0 commit 58887a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dgraph-locust/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.4"
22
services:
33
zero:
4-
image: dgraph/dgraph:v24.1.2
4+
image: dgraph/dgraph:v24.1.3
55
volumes:
66
- ./dgraph_vol:/dgraph
77
ports:
@@ -10,7 +10,7 @@ services:
1010
restart: on-failure
1111
command: dgraph zero --my=zero:5080
1212
alpha:
13-
image: dgraph/dgraph:v24.1.2
13+
image: dgraph/dgraph:v24.1.3
1414
volumes:
1515
- ./dgraph_vol:/dgraph
1616
ports:

docker/foaf_graph/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM dgraph/standalone:v24.1.2 AS dgraph
1+
FROM dgraph/standalone:v24.1.3 AS dgraph
22
FROM jupyter/minimal-notebook:latest
33

44
LABEL org.opencontainers.image.source=https://github.com/hypermodeinc/dgraph-experimental

0 commit comments

Comments
 (0)