Skip to content

Commit

Permalink
Updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Sep 11, 2023
1 parent 2889395 commit 4837e34
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
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 4837e34

Please sign in to comment.