|
|
@ -1,6 +1,6 @@
|
|
|
|
# DON'T UPDATE TO node:14-bullseye-slim, see #372.
|
|
|
|
# DON'T UPDATE TO node:14-bullseye-slim, see #372.
|
|
|
|
# If the image changed, the second stage image should be changed too
|
|
|
|
# If the image changed, the second stage image should be changed too
|
|
|
|
FROM node:14-buster-slim
|
|
|
|
FROM node:16-buster-slim
|
|
|
|
WORKDIR /app
|
|
|
|
WORKDIR /app
|
|
|
|
|
|
|
|
|
|
|
|
# Install Apprise, add sqlite3 cli for debugging in the future, iputils-ping for ping, util-linux for setpriv
|
|
|
|
# Install Apprise, add sqlite3 cli for debugging in the future, iputils-ping for ping, util-linux for setpriv
|
|
|
|