diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 6aec923..ad550ae 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -17,7 +17,7 @@ jobs: matrix: include: - node-version: 20 - docker-image: anzusystems/node:1.0.0-node20 + docker-image: anzusystems/node:1.1.0-node20 name: Node ${{ matrix.node-version }} runs-on: ubuntu-latest diff --git a/docker/app/local/Dockerfile b/docker/app/local/Dockerfile index 257a3da..eba6f72 100644 --- a/docker/app/local/Dockerfile +++ b/docker/app/local/Dockerfile @@ -1,4 +1,4 @@ -FROM anzusystems/node:1.0.0-node20-nginx +FROM anzusystems/node:1.1.0-node20-nginx # ### Basic arguments and variables