mirror of
https://github.com/Damillora/Shioriko.git
synced 2024-11-14 01:17:31 +00:00
chore: update node in dockerfile
This commit is contained in:
parent
1bb69007aa
commit
327ca4b0bb
@ -8,7 +8,7 @@ RUN go get -d -v ./...
|
||||
RUN go build -o /shioriko
|
||||
RUN mkdir -p /web && cp -r web/static /web
|
||||
|
||||
FROM node:14-alpine AS node_build
|
||||
FROM node:18-alpine AS node_build
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
WORKDIR /src/web/app
|
||||
|
Loading…
Reference in New Issue
Block a user