Skip to content

Commit

Permalink
Downgrade node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Arrow768 committed Jan 5, 2025
1 parent 1073ad7 commit 04d55b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# build environment
FROM node:lts-alpine as build-stage
FROM node:16.16-alpine as build-stage
RUN apk add g++ make python3
WORKDIR /app
ENV PATH /app/node_modules/.bin:$PATH
COPY package*.json ./
Expand Down

0 comments on commit 04d55b7

Please sign in to comment.