Skip to content

Commit

Permalink
Merge pull request #1411 from ral-facilities/renovate/node-20.x
Browse files Browse the repository at this point in the history
Update Node.js to v20.17.0
  • Loading branch information
VKTB authored Sep 9, 2024
2 parents ce40900 + 74deab0 commit 4303dfe
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 209 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dockerfile to build and serve scigateway

# Build stage
FROM node:20.14.0-alpine3.20@sha256:928b24aaadbd47c1a7722c563b471195ce54788bf8230ce807e1dd500aec0549 as builder
FROM node:20.17.0-alpine3.20@sha256:2d07db07a2df6830718ae2a47db6fedce6745f5bcd174c398f2acdda90a11c03 as builder

WORKDIR /scigateway-build

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "14.5.2",
"@types/jsonwebtoken": "9.0.1",
"@types/node": "20.14.0",
"@types/node": "20.16.5",
"@types/react": "17.0.38",
"@types/react-redux": "7.1.20",
"@types/react-router": "5.1.12",
Expand Down
Loading

0 comments on commit 4303dfe

Please sign in to comment.