Skip to content

Commit

Permalink
CI: update CircleCI docker image (#25374)
Browse files Browse the repository at this point in the history
This updates to an image that's using node 16.16.0 and java 18.0.2.

| Package | Old    | New
| ------ | ------- | ---
| git    | 2.32.0  | 2.37.1
| gradle | 7.2     | 7.5.1
| java   | 17      | 18.0.2
| maven  | 3.8.2   | 3.8.6
| node   | 14.17.6 | 16.16.0
| ubuntu | 20.04.2 LTS |  20.04.4 LTS
| yarn   | 1.22.5 |  1.22.5
  • Loading branch information
kassens authored Oct 3, 2022
1 parent 2d80a0c commit 94ac306
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 @@ -2,7 +2,7 @@ version: 2.1

aliases:
- &docker
- image: cimg/openjdk:17.0.0-node
- image: cimg/openjdk:18.0-node

- &environment
TZ: /usr/share/zoneinfo/America/Los_Angeles
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
steps:
- checkout
- run:
name: Nodejs Version
name: NodeJS Version
command: node --version
- *restore_yarn_cache
- *restore_node_modules
Expand Down

0 comments on commit 94ac306

Please sign in to comment.