node20
This commit is contained in:
parent
322c1335b8
commit
a57f6afc82
|
|
@ -12,7 +12,7 @@
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
FROM node:16-alpine AS build
|
FROM node:20-alpine AS build
|
||||||
|
|
||||||
WORKDIR /home/superset-websocket
|
WORKDIR /home/superset-websocket
|
||||||
|
|
||||||
|
|
@ -22,7 +22,7 @@ RUN npm ci && \
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
|
|
||||||
FROM node:16-alpine
|
FROM node:20-alpine
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
WORKDIR /home/superset-websocket
|
WORKDIR /home/superset-websocket
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
"typescript-eslint": "^8.12.2"
|
"typescript-eslint": "^8.12.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.9.1",
|
"node": "^20.16.0",
|
||||||
"npm": "^7.5.4 || ^8.1.2"
|
"npm": "^10.8.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue