Skip to content

Commit

Permalink
chore: update node version for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
pepopowitz committed Nov 26, 2024
1 parent 101619d commit 5c8ec7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To run: `npm run build:docker`

# Install dependencies
FROM node:16 AS build-setup
FROM node:22 AS build-setup
WORKDIR /app
COPY package*.json ./
RUN npm install
Expand Down

0 comments on commit 5c8ec7d

Please sign in to comment.