diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-01-10 09:32:56 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-01-10 09:32:56 +0900 |
| commit | 7bdff90415cbc9f817031bf9002dbb543592f191 (patch) | |
| tree | 6b5d166f674ff2bd2856cce48f3b00ff05034a4b /Dockerfile | |
| parent | refactor(client): use css modules (diff) | |
| download | sharkey-7bdff90415cbc9f817031bf9002dbb543592f191.tar.gz sharkey-7bdff90415cbc9f817031bf9002dbb543592f191.tar.bz2 sharkey-7bdff90415cbc9f817031bf9002dbb543592f191.zip | |
update node
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |