update nali && linux-command

This commit is contained in:
Stille 2023-12-11 13:04:56 +08:00
parent a7fd0944c4
commit cd1f327ea3
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM node:14-alpine as builder
FROM node:alpine3.18 as builder
LABEL maintainer="Stille <stille@ioiox.com>"
WORKDIR /
@ -7,7 +7,7 @@ RUN apk add --no-cache git
RUN git clone https://github.com/jaywcjlove/linux-command --depth=1 \
&& cd linux-command \
&& npm install \
&& npm build \
&& npm run build \
&& npm run dash
FROM nginx:stable-alpine

View File

@ -1,6 +1,6 @@
FROM golang:alpine as builder
ENV VERSION 0.8.0
ENV VERSION 0.8.1
RUN apk add --no-cache make git
RUN git clone --depth 1 https://github.com/zu1k/nali /nali-src