Upgrade dockerfiles to use node 16 and refresh CI image
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# First build the application assets
|
||||
FROM node:14-alpine as assets
|
||||
FROM node:16-alpine as assets
|
||||
|
||||
RUN apk add --no-cache python build-base libwebp-tools bash imagemagick ncurses
|
||||
|
||||
|
||||
Reference in New Issue
Block a user