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

Commit

Permalink
Update minor and patch Docker tags (#667)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Apr 10, 2021
1 parent d88b0ee commit 559517f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
# Job for build src, run unit & component test and build docker image
build:
docker:
- image: circleci/node:12.22.0
- image: circleci/node:12.22.1
working_directory: ~/mira
environment:
DOCKER_REPO: qlikcore/mira
Expand Down Expand Up @@ -329,7 +329,7 @@ jobs:
# Job for publishing Docker image to Docker hub
publish:
docker:
- image: circleci/node:12.22.0
- image: circleci/node:12.22.1
working_directory: ~/mira
environment:
DOCKER_REPO: qlikcore/mira
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ services:
user: root

engine1:
image: qlikcore/engine:12.925.0
image: qlikcore/engine:12.961.0
command: -S AcceptEULA=${ACCEPT_EULA}
ports:
- "9176:9076"
labels:
qix-engine: ""

engine2:
image: qlikcore/engine:12.925.0
image: qlikcore/engine:12.961.0
command: -S AcceptEULA=${ACCEPT_EULA}
ports:
- "9276:9076"
Expand Down

0 comments on commit 559517f

Please sign in to comment.