Skip to content

Commit

Permalink
Node update to 20.17.0 with latest docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
stankolubomir committed Sep 2, 2024
1 parent 21f6e2f commit 6df7b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/app/local/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM anzusystems/node:1.0.0-node20-nginx
FROM anzusystems/node:1.1.0-node20-nginx

#
### Basic arguments and variables
Expand Down

0 comments on commit 6df7b87

Please sign in to comment.