Skip to content

Commit

Permalink
Updete node version to 18.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atsu1125 committed Sep 26, 2023
1 parent 4ffc28f commit 66b4c3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.20.0-bullseye AS builder
FROM node:18.17.1-bullseye AS builder

ENV NODE_ENV=production
WORKDIR /misskey
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-develop
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.20.0-bullseye AS builder
FROM node:18.17.1-bullseye AS builder

ENV NODE_ENV=development
WORKDIR /misskey
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-fedora
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN dnf update -y \
&& dnf groupinstall -y "Development Tools" \
&& dnf install -y wget gcc-c++

ENV NODE_VER="16.20.0"
ENV NODE_VER="18.17.1"
RUN ARCH= && \
unameArch="$(uname -m)" && \
case "${unameArch##*-}" in \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-split
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.20.0-bullseye
FROM node:18.17.1-bullseye

ENV NODE_ENV=development

Expand Down

0 comments on commit 66b4c3d

Please sign in to comment.