Skip to content

Commit

Permalink
update nali && linux-command
Browse files Browse the repository at this point in the history
  • Loading branch information
stilleshan committed Dec 11, 2023
1 parent a7fd094 commit cd1f327
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions linux-command/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine as builder
FROM node:alpine3.18 as builder
LABEL maintainer="Stille <[email protected]>"

WORKDIR /
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nali/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cd1f327

Please sign in to comment.