1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-26 07:13:41 +01:00

Updated dockerfile to node 14 (#495)

This commit is contained in:
Daniel Sutton
2020-05-31 23:58:21 +01:00
committed by GitHub
parent 3ee936d6e7
commit ac2bbea915

View File

@@ -1,5 +1,5 @@
# Build assets
FROM node:13-alpine as node
FROM node:14-alpine as node
RUN apk add --no-cache git openssh python make g++ util-linux