diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a62ec2cf..8cb438e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: matrix: include: - node-version: 24 - docker-image: anzusystems/node:3.0.0-node24-nginx-browsers + docker-image: anzusystems/node:4.0.0-node24-nginx-browsers name: Node ${{ matrix.node-version }} runs-on: ubuntu-latest diff --git a/docker/app/local/Dockerfile b/docker/app/local/Dockerfile index 443ec754..b2a44f6c 100644 --- a/docker/app/local/Dockerfile +++ b/docker/app/local/Dockerfile @@ -1,4 +1,4 @@ -FROM anzusystems/node:3.0.0-node24-nginx-browsers +FROM anzusystems/node:4.0.0-node24-nginx-browsers # ### Basic arguments and variables