summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-11-13 11:23:14 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-11-13 11:23:14 +0900
commit1751bfea5f49c53c37558e512a83fb03a3231a48 (patch)
treecc0b49c69a041fb0dcf924c13efa2426bd2289cc /Dockerfile
parentupdate deps (diff)
downloadsharkey-1751bfea5f49c53c37558e512a83fb03a3231a48.tar.gz
sharkey-1751bfea5f49c53c37558e512a83fb03a3231a48.tar.bz2
sharkey-1751bfea5f49c53c37558e512a83fb03a3231a48.zip
update node to v18
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 81dc726375..0151797a7b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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