Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Automated: Bump Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
qlikossbuild committed Oct 14, 2018
1 parent 7418042 commit c0e9954
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/dns/docker-compose-dns.yml
Expand Up @@ -14,7 +14,7 @@ services:
constraints: [node.role == manager]

qix-engine:
image: qlikcore/engine:12.248.0
image: qlikcore/engine:12.251.0
command: -S AcceptEULA=${ACCEPT_EULA}
ports:
- 9076:9076
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/plain/engine-deployment.yml
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: engine
image: "qlikcore/engine:12.248.0"
image: "qlikcore/engine:12.251.0"
imagePullPolicy: IfNotPresent
args: ["-S", "AcceptEULA=no"]
ports:
Expand Down
2 changes: 1 addition & 1 deletion examples/swarm/docker-compose-swarm.yml
Expand Up @@ -13,7 +13,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock

qix-engine:
image: qlikcore/engine:12.248.0
image: qlikcore/engine:12.251.0
command: -S AcceptEULA=${ACCEPT_EULA}
ports:
- 9076:9076
Expand Down

0 comments on commit c0e9954

Please sign in to comment.