Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
update: Downgrade Node.js to version 20
Browse files Browse the repository at this point in the history
  • Loading branch information
PromiseFru committed Jul 19, 2024
1 parent 8ca8d42 commit 752b0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# use node alpine as base image
FROM node:22-alpine as base
FROM node:20-alpine as base
# install system build dependencies
RUN apk add --no-cache \
make \
Expand Down

0 comments on commit 752b0a8

Please sign in to comment.