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

Commit

Permalink
Update circleci/node Docker tag to v12.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 21, 2020
1 parent ec752ac commit 9ff5a92
Showing 1 changed file with 2 additions and 2 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.19.0
- image: circleci/node:12.19.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.19.0
- image: circleci/node:12.19.1
working_directory: ~/mira
environment:
DOCKER_REPO: qlikcore/mira
Expand Down

0 comments on commit 9ff5a92

Please sign in to comment.