Skip to content

Commit

Permalink
Chore/update docker node version 20 (#2271)
Browse files Browse the repository at this point in the history
update docker node version 20
  • Loading branch information
HenryHengZJ authored Apr 26, 2024
1 parent 723837b commit fa3d21b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Run image
# docker run -d -p 3000:3000 flowise

FROM node:18-alpine
FROM node:20-alpine
RUN apk add --update libc6-compat python3 make g++
# needed for pdfjs-dist
RUN apk add --no-cache build-base cairo-dev pango-dev
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:20-alpine

USER root

Expand Down

0 comments on commit fa3d21b

Please sign in to comment.