summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-01-10 09:32:56 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-01-10 09:32:56 +0900
commit7bdff90415cbc9f817031bf9002dbb543592f191 (patch)
tree6b5d166f674ff2bd2856cce48f3b00ff05034a4b
parentrefactor(client): use css modules (diff)
downloadsharkey-7bdff90415cbc9f817031bf9002dbb543592f191.tar.gz
sharkey-7bdff90415cbc9f817031bf9002dbb543592f191.tar.bz2
sharkey-7bdff90415cbc9f817031bf9002dbb543592f191.zip
update node
-rw-r--r--.node-version2
-rw-r--r--Dockerfile4
2 files changed, 3 insertions, 3 deletions
diff --git a/.node-version b/.node-version
index e44a38e080..0e9dc6b586 100644
--- a/.node-version
+++ b/.node-version
@@ -1 +1 @@
-v18.12.1
+v18.13.0
diff --git a/Dockerfile b/Dockerfile
index 25cec42a9b..2383b5dc27 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:18.12.1-bullseye AS builder
+FROM node:18.13.0-bullseye AS builder
ARG NODE_ENV=production
@@ -22,7 +22,7 @@ COPY . ./
RUN git submodule update --init
RUN yarn build
-FROM node:18.12.1-bullseye-slim AS runner
+FROM node:18.13.0-bullseye-slim AS runner
WORKDIR /misskey