1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 06:49:23 +01:00

Revert to node 13

This commit is contained in:
Amir Raminfar
2020-04-30 15:18:36 -07:00
parent 9a9997d5e0
commit eec14bbe18

View File

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