Update node.js (#100)
* feat: Update node from 15 to 20 Signed-off-by: Colton Wolkins (Laptop) <colton@indicio.tech> * docs: Add note about walmart and their 18MB headers Signed-off-by: Colton Wolkins (Laptop) <colton@indicio.tech> --------- Signed-off-by: Colton Wolkins (Laptop) <colton@indicio.tech>
This commit is contained in:
parent
8219b9a0f3
commit
b3146d339f
2 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:15-alpine
|
||||
FROM node:20-alpine
|
||||
|
||||
RUN apk --no-cache add curl
|
||||
|
||||
|
@ -19,4 +19,4 @@ ENV DB_PREFIX /data/dbs/
|
|||
|
||||
ENV SECRET_DIRNAME /data
|
||||
|
||||
CMD ./Dockerstart.sh
|
||||
CMD ./Dockerstart.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue