From bb1c951a962d79759ed9bac030f9c4def00569ac Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Thu, 17 Mar 2022 13:04:43 +0800 Subject: [PATCH] Update node.js from 14 to 16 --- docker/alpine-base.dockerfile | 2 +- docker/debian-base.dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/alpine-base.dockerfile b/docker/alpine-base.dockerfile index 66a02686..a23c8108 100644 --- a/docker/alpine-base.dockerfile +++ b/docker/alpine-base.dockerfile @@ -1,5 +1,5 @@ # DON'T UPDATE TO alpine3.13, 1.14, see #41. -FROM node:14-alpine3.12 +FROM node:16-alpine3.12 WORKDIR /app # Install apprise, iputils for non-root ping, setpriv diff --git a/docker/debian-base.dockerfile b/docker/debian-base.dockerfile index a74ac0b2..9a8c759b 100644 --- a/docker/debian-base.dockerfile +++ b/docker/debian-base.dockerfile @@ -1,6 +1,6 @@ # DON'T UPDATE TO node:14-bullseye-slim, see #372. # If the image changed, the second stage image should be changed too -FROM node:14-buster-slim +FROM node:16-buster-slim WORKDIR /app # Install Apprise, add sqlite3 cli for debugging in the future, iputils-ping for ping, util-linux for setpriv