Skip to content

Commit

Permalink
fix: update to node 20 (#2535)
Browse files Browse the repository at this point in the history
  • Loading branch information
favna authored Jan 1, 2024
1 parent 49cb83f commit 375342b
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 375342b

Please sign in to comment.