diff --git a/.github/workflows/node-coverage.js.yml b/.github/workflows/node-coverage.js.yml index 08e53742..705c1c59 100644 --- a/.github/workflows/node-coverage.js.yml +++ b/.github/workflows/node-coverage.js.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [22.4.1] + node-version: [22.5.1] # See supported Node.js release schedule # at https://nodejs.org/en/about/releases/ diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 139a3f23..cbda1654 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -20,7 +20,7 @@ jobs: "ubuntu-latest", "macOS-latest" ] - node-version: [18.x, 20.x, 22.4.1] + node-version: [18.x, 20.x, 22.5.1] # See supported Node.js release schedule # at https://nodejs.org/en/about/releases/ diff --git a/Dockerfile b/Dockerfile index a026e695..18bd3885 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ############################################################################### -FROM node:22.4.1-alpine3.20 AS base +FROM node:22.5.1-alpine3.20 AS base RUN apk add --update --no-cache make