Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/Dockerfile.auth
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:20-alpine

WORKDIR /app

Expand All @@ -14,7 +14,7 @@ RUN pnpm version:prod && pnpm install
RUN pnpm build:auth


FROM node:18-alpine
FROM node:20-alpine

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.client
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:20-alpine

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.server
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:20-alpine

WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.storage
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:20-alpine

WORKDIR /app

Expand All @@ -14,7 +14,7 @@ RUN pnpm version:prod && pnpm install
RUN pnpm build:storage


FROM node:18-alpine
FROM node:20-alpine

WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:20-alpine

WORKDIR /app

Expand All @@ -19,7 +19,7 @@ RUN pnpm install
RUN pnpm build:view


FROM node:18-alpine
FROM node:20-alpine

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/express": "^4.17.13",
"@types/geoip-lite": "^1.4.1",
"@types/jest": "28.1.8",
"@types/node": "^16.0.0",
"@types/node": "^20.0.0",
"@types/supertest": "^2.0.11",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@server-octopus/types": "1.0.2",
"@types/express": "^4.17.17",
"@types/jest": "28.1.8",
"@types/node": "^16.0.0",
"@types/node": "^20.0.0",
"@types/supertest": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@faker-js/faker": "^8.0.2",
"@ianvs/prettier-plugin-sort-imports": "^4.0.0",
"@server-octopus/types": "1.0.2",
"@types/node": "^17.0.45",
"@types/node": "^20.0.0",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/parser": "^5.59.7",
Expand Down