update dependencies and dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b4c79e8772
commit
809db72f56
@ -1,4 +1,4 @@
|
||||
FROM node:18-alpine as base
|
||||
FROM node:21-bookworm as base
|
||||
|
||||
FROM base as builder
|
||||
|
||||
|
@ -17,7 +17,8 @@
|
||||
"dependencies": {
|
||||
"dotenv": "^8.2.0",
|
||||
"express": "^4.17.1",
|
||||
"payload": "^1.5.9"
|
||||
"payload": "^1.5.9",
|
||||
"sharp": "^0.33.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.9",
|
||||
|
Loading…
Reference in New Issue
Block a user