From 043e38fc94170b4fba6c30317a115b23667b0ef2 Mon Sep 17 00:00:00 2001 From: Austin Godber Date: Mon, 20 May 2024 14:06:59 -0700 Subject: [PATCH] use node 22.2.0 (#26) refs: https://github.com/terascope/base-docker-image/issues/24 --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4d9fee..4ff96dc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: - diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd123bd..4effdcc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: - diff --git a/README.md b/README.md index 782632e..16617df 100644 --- a/README.md +++ b/README.md @@ -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`