chore: update node in dockerfile

This commit is contained in:
Damillora 2023-08-09 00:29:38 +07:00
parent 1bb69007aa
commit 327ca4b0bb
1 changed files with 1 additions and 1 deletions

View File

@ -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