Skip to content

Commit

Permalink
Merge main into sweep/dark-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 12, 2024
2 parents 13a064f + 3056552 commit b286f9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This document will help you setting up this project on your machine for developm

Make sure you have the following software installed:

- Node.js 16 (verify with `node --version`)
- Node.js 18 (verify with `node --version`)
- npm 7 (verify with `npm --version`)

## Setting up the project
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FROM dependency-builder as production-dependency-builder
RUN npm prune --production


FROM node:16-slim as final
FROM node:18-slim as final

# Create app directory
WORKDIR /usr/src/app
Expand Down

0 comments on commit b286f9a

Please sign in to comment.