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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user