Skip to content

Commit

Permalink
PLAT-5428 (#233)
Browse files Browse the repository at this point in the history
* update

* update

* update

* update

---------

Co-authored-by: ramkumar <ramkumar@tecofize.com>
  • Loading branch information
Ramkumar16M and Ram16M authored Dec 20, 2024
1 parent 0eff6fd commit 6234e3c
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 200 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine AS builder
FROM node:18-alpine AS builder

COPY . /build

Expand All @@ -7,7 +7,7 @@ WORKDIR /build
RUN yarn install && \
yarn build

FROM node:14-alpine AS app
FROM node:18-alpine AS app

WORKDIR /app

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"swr": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.15",
"@babel/core": "^7.23.2",
"@types/lodash.debounce": "^4.0",
"@types/multer": "^1.4",
"@types/node": "^16",
Expand Down Expand Up @@ -56,6 +56,7 @@
},
"resolutions": {
"@types/react": "^18.2",
"@vertexvis/viewer": "0.22.1-canary.15"
"@vertexvis/viewer": "0.22.1-canary.15",
"protobufjs": "7.2.5"
}
}
Loading

0 comments on commit 6234e3c

Please sign in to comment.