Skip to content

Commit

Permalink
feat: use node 20 in production
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Oct 22, 2023
1 parent 60d8a5f commit 5ea46cb
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 @@ -2,7 +2,7 @@
# Base Stage #
# ================ #

FROM node:18-alpine as base
FROM node:20-alpine as base

WORKDIR /usr/src/app

Expand Down

0 comments on commit 5ea46cb

Please sign in to comment.