Skip to content

Commit

Permalink
Automated: Bump Docker images (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
qlikossbuild committed Nov 19, 2019
1 parent 7127e67 commit d1df12e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
docker:
- image: circleci/node:10-browsers
- image: qlikcore/engine:12.477.0
- image: qlikcore/engine:12.515.0
command: -S AcceptEULA=yes

working_directory: ~/hamus
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.3"

services:
qix-engine:
image: qlikcore/engine:12.477.0
image: qlikcore/engine:12.515.0
restart: always
command: |
-S AcceptEULA=${ACCEPT_EULA}
Expand Down

0 comments on commit d1df12e

Please sign in to comment.