Skip to content

Commit

Permalink
fix(deps): update node.js to v22.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent c05a869 commit 2d1cd39
Show file tree
Hide file tree
Showing 21 changed files with 148 additions and 148 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nodejs 22.10.0
nodejs 22.12.0
python 3.13.1
pnpm 9.15.1
oc 4.13.3
Expand Down
4 changes: 2 additions & 2 deletions app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG deployment_tag

# 1st stage to build the image
FROM node:22.10.0-alpine3.19 as build
FROM node:22.12.0-alpine3.19 as build

WORKDIR /app

Expand All @@ -21,7 +21,7 @@ RUN pnpm build

# 2nd stage to copy image and create a smaller final image
# FROM gcr.io/distroless/nodejs18-debian12
FROM node:22.10.0-alpine3.19
FROM node:22.12.0-alpine3.19

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion app/Dockerfile.db
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.10.0-alpine3.19
FROM node:22.12.0-alpine3.19

WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions app/Dockerfile.email
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 1st stage to build the image
FROM node:22.10.0-alpine3.19 AS build
FROM node:22.12.0-alpine3.19 AS build

WORKDIR /app

Expand All @@ -17,7 +17,7 @@ RUN pnpm email-build
RUN mkdir -p .react-email/public

# 2nd stage to copy image and create a smaller final image
FROM node:22.10.0-alpine3.19
FROM node:22.12.0-alpine3.19

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"@types/jwk-to-pem": "^2.0.3",
"@types/jws": "^3.2.9",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.24",
"@types/node": "^22.0.0",
"@types/sanitize-html": "^2.13.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
Expand Down
Loading

0 comments on commit 2d1cd39

Please sign in to comment.