mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
update node to v18
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:16.15.1-bullseye AS builder
|
||||
FROM node:18.12.1-bullseye AS builder
|
||||
|
||||
ARG NODE_ENV=production
|
||||
|
||||
@@ -13,7 +13,7 @@ RUN yarn install
|
||||
RUN yarn build
|
||||
RUN rm -rf .git
|
||||
|
||||
FROM node:16.15.1-bullseye-slim AS runner
|
||||
FROM node:18.12.1-bullseye-slim AS runner
|
||||
|
||||
WORKDIR /misskey
|
||||
|
||||
|
||||
Reference in New Issue
Block a user