Skip to content

Commit

Permalink
tests(e2e): update to salt 3006.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kpetremann committed Nov 16, 2023
1 parent 0752550 commit b4b571c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e_test/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
salt_master:
image: saltstack/salt:3005.1
image: saltstack/salt:3006.4
environment:
SALT_MASTER_CONFIG: '{"interface": "0.0.0.0", "auto_accept": true}'
volumes:
Expand All @@ -13,7 +13,7 @@ services:
- e2e

minion:
image: saltstack/salt:3005.1
image: saltstack/salt:3006.4
environment:
SALT_MINION_CONFIG: '{"id": "foo", "master": "salt_master"}'
healthcheck:
Expand Down

0 comments on commit b4b571c

Please sign in to comment.