Skip to content

Commit

Permalink
fix(deps): update node.js to v22 (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent 1361472 commit 2b070f1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -- compilation --
FROM node:20.18.1-alpine AS build
FROM node:22.12.0-alpine AS build
WORKDIR /app

# install dependencies
Expand All @@ -16,7 +16,7 @@ COPY . .
RUN npm run build

# -- execution --
FROM node:20.18.1-alpine
FROM node:22.12.0-alpine
WORKDIR /app

RUN apk add --no-cache tini
Expand Down
16 changes: 8 additions & 8 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 @@ -37,7 +37,7 @@
"@meyfa/eslint-config": "8.0.1",
"@types/mocha": "10.0.10",
"@types/ms": "0.7.34",
"@types/node": "20.17.9",
"@types/node": "22.10.1",
"@types/passport-local": "1.0.38",
"eslint": "9.16.0",
"eslint-plugin-jsx-a11y": "6.10.2",
Expand Down

0 comments on commit 2b070f1

Please sign in to comment.