Skip to content

Commit

Permalink
docker images back to master for e2e-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
woutslakhorst committed Dec 4, 2023
1 parent d22a378 commit fa9d503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e-tests/oauth-flow/rfc021/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
nodeA-backend:
image: "${IMAGE_NODE_A:-nutsfoundation/nuts-node:latest}"
image: "${IMAGE_NODE_A:-nutsfoundation/nuts-node:master}"
ports:
- "11323:1323"
environment:
Expand All @@ -25,7 +25,7 @@ services:
- "../../tls-certs/truststore.pem:/etc/nginx/ssl/truststore.pem:ro"
- "./node-A/html:/etc/nginx/html:ro"
nodeB-backend:
image: "${IMAGE_NODE_B:-nutsfoundation/nuts-node:latest}"
image: "${IMAGE_NODE_B:-nutsfoundation/nuts-node:master}"
ports:
- "21323:1323"
environment:
Expand Down

0 comments on commit fa9d503

Please sign in to comment.