Bump node versiom to 20

node:20-alpine
This commit is contained in:
2023-06-12 21:56:45 +02:00
parent 487ee866ba
commit 2d9f66acd4

View File

@@ -2,7 +2,7 @@ version: "3.7"
services: services:
bot: bot:
image: node:16.9.0-alpine image: node:20-alpine
command: sh -c "npm config set cache /app/.npm_cache --global && npm install && npx sequelize db:migrate && node ." command: sh -c "npm config set cache /app/.npm_cache --global && npm install && npx sequelize db:migrate && node ."
restart: unless-stopped restart: unless-stopped
environment: environment: