Skip to content

Commit

Permalink
[integration] Use generic NodeJS 15 image
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Hassine committed Apr 21, 2021
1 parent c8e1a78 commit ed7bba7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Expand Up @@ -56,7 +56,7 @@ jobs:
package_rolling:
working_directory: ~/opencti
docker:
- image: circleci/node:15.11.0-stretch
- image: circleci/node:15-stretch
steps:
- attach_workspace:
at: ~/
Expand All @@ -79,7 +79,7 @@ jobs:
package_rolling_musl:
working_directory: ~/opencti_musl
docker:
- image: circleci/node:15.11.0-stretch
- image: circleci/node:15-stretch
steps:
- attach_workspace:
at: ~/
Expand All @@ -102,7 +102,7 @@ jobs:
deploy_demo:
working_directory: ~/opencti
docker:
- image: circleci/node:15.11.0-stretch
- image: circleci/node:15-stretch
steps:
- attach_workspace:
at: ~/
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
deploy_reference:
working_directory: ~/opencti
docker:
- image: circleci/node:15.11.0-stretch
- image: circleci/node:15-stretch
steps:
- attach_workspace:
at: ~/
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
deploy_testing:
working_directory: ~/opencti
docker:
- image: circleci/node:15.11.0-stretch
- image: circleci/node:15-stretch
steps:
- attach_workspace:
at: ~/
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
deploy_club:
working_directory: ~/opencti
docker:
- image: circleci/node:15.11.0-stretch
- image: circleci/node:15-stretch
steps:
- attach_workspace:
at: ~/
Expand Down
2 changes: 1 addition & 1 deletion .drone.yml
Expand Up @@ -61,7 +61,7 @@ steps:

services:
- name: redis
image: redis:6.2.1
image: redis:6.2.2
- name: elastic
image: docker.elastic.co/elasticsearch/elasticsearch:7.12.0
environment:
Expand Down

0 comments on commit ed7bba7

Please sign in to comment.