Skip to content

Commit

Permalink
Bumping dependency versions, moving back to node 20 LTS for monitorin…
Browse files Browse the repository at this point in the history
…g support
  • Loading branch information
stefan-oconnell committed May 27, 2024
1 parent 79ce594 commit 55db11e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.2.0-bookworm-slim AS base
FROM node:20.13.1-bookworm-slim AS base

# Install dependencies only when needed
FROM base AS deps
Expand Down
38 changes: 21 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"next": "14.2.3",
"next-i18next": "15.3.0",
"next-seo": "6.5.0",
"pino": "8.20.0",
"pino": "8.21.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-focus-on": "3.9.3",
Expand Down

0 comments on commit 55db11e

Please sign in to comment.