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

Updates to node 16 (#1181)

This commit is contained in:
Amir Raminfar
2021-04-27 11:09:21 -07:00
committed by GitHub
parent a06b42d248
commit 83023ffd6f

View File

@@ -1,7 +1,7 @@
# Build assets
FROM node:current-alpine as node
FROM node:16-alpine as node
RUN apk add --no-cache git openssh python make g++ util-linux
RUN apk add --no-cache git openssh make g++ util-linux
WORKDIR /build