Skip to content

Commit

Permalink
ci(circleci): update cimg images (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik authored Sep 22, 2023
1 parent 6056953 commit a8656fe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2.1
jobs:
build:
docker:
- image: cimg/base:2023.05
- image: cimg/base:2023.09
resource_class: large
steps:
- checkout
Expand All @@ -17,7 +17,7 @@ jobs:
- run: docker-compose -f docker/docker-compose.yml -f docker/docker-compose.dev.yml build --no-cache hubot
eslint:
docker:
- image: cimg/node:18.16.0
- image: cimg/node:18.18.0
resource_class: large
steps:
- checkout
Expand All @@ -30,23 +30,23 @@ jobs:
path: ~/reports
yamllint:
docker:
- image: cimg/python:3.11.1
- image: cimg/python:3.11.5
resource_class: large
steps:
- checkout
- run: pip install yamllint
- run: yamllint -d .yamllint.yml .
shellcheck:
docker:
- image: cimg/base:2023.05
- image: cimg/base:2023.09
resource_class: large
steps:
- checkout
- shellcheck/install
- shellcheck/check
audit:
docker:
- image: cimg/node:18.16.0
- image: cimg/node:18.18.0
resource_class: large
steps:
- checkout
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
}
docker-build-and-push:
docker:
- image: cimg/node:18.16.0
- image: cimg/node:18.18.0
resource_class: large
steps:
- checkout
Expand Down

0 comments on commit a8656fe

Please sign in to comment.