Skip to content

Commit

Permalink
use node 22.2.0 (#26)
Browse files Browse the repository at this point in the history
refs:
#24
  • Loading branch information
godber authored May 20, 2024
1 parent 77af84e commit 043e38f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
# NOTE: These versions must be kept in sync with the release.yml
version: ["18.19.1", "20.11.1", "22.1.0"]
version: ["18.19.1", "20.11.1", "22.2.0"]
runs-on: ubuntu-latest
steps:
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
# NOTE: These versions must be kept in sync with the build.yml
version: ["18.19.1", "20.11.1", "22.1.0"]
version: ["18.19.1", "20.11.1", "22.2.0"]
runs-on: ubuntu-latest
steps:
-
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ This project builds the Terascope base images [used by Teraslice](https://github

With the terafoundation connectors builtin:

- `terascope/node-base:22.1.0`
- `terascope/node-base:22.2.0`
- `terascope/node-base:20.11.1`
- `terascope/node-base:18.19.1`

Without: (this will save the image size by roughly 200MB)

- `terascope/node-base:22.1.0-core`
- `terascope/node-base:22.2.0-core`
- `terascope/node-base:20.11.1-core`
- `terascope/node-base:18.19.1-core`

Expand Down

0 comments on commit 043e38f

Please sign in to comment.