Skip to content

Commit

Permalink
upgrade nodejs to v20.5 (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 authored Aug 7, 2023
1 parent fa69896 commit f2a5306
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v20.5
4 changes: 2 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build image
FROM node:16-alpine AS builder
FROM node:20.5-alpine AS builder

WORKDIR /app

Expand All @@ -17,7 +17,7 @@ RUN echo "ZIYANG TRYING TO READ ${ENV}"
RUN yarn build

# Application image
FROM node:16-alpine
FROM node:20.5-alpine

WORKDIR /app

Expand Down

0 comments on commit f2a5306

Please sign in to comment.