We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fc1e0 commit 58887a6Copy full SHA for 58887a6
dgraph-locust/docker-compose.yaml
@@ -1,7 +1,7 @@
1
version: "3.4"
2
services:
3
zero:
4
- image: dgraph/dgraph:v24.1.2
+ image: dgraph/dgraph:v24.1.3
5
volumes:
6
- ./dgraph_vol:/dgraph
7
ports:
@@ -10,7 +10,7 @@ services:
10
restart: on-failure
11
command: dgraph zero --my=zero:5080
12
alpha:
13
14
15
16
docker/foaf_graph/build/Dockerfile
@@ -1,4 +1,4 @@
-FROM dgraph/standalone:v24.1.2 AS dgraph
+FROM dgraph/standalone:v24.1.3 AS dgraph
FROM jupyter/minimal-notebook:latest
LABEL org.opencontainers.image.source=https://github.com/hypermodeinc/dgraph-experimental
0 commit comments