Skip to content

Commit

Permalink
Merge pull request #160 from ThatConference/chore/node-20
Browse files Browse the repository at this point in the history
chore: configure for node 20
  • Loading branch information
brettski authored Dec 4, 2023
2 parents 3d2bde5 + 69c698a commit c5950c3
Show file tree
Hide file tree
Showing 4 changed files with 472 additions and 1,401 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.14.2
20.10.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THAT gateway Dockerfile

FROM node:18-alpine
FROM node:20-alpine

# Create and change to app directory
WORKDIR /usr/src/that
Expand Down
Loading

0 comments on commit c5950c3

Please sign in to comment.