Skip to content

Commit

Permalink
vercel deployment changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshibbotson committed Jun 15, 2024
1 parent b30f491 commit c6fec6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/app.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.5.0-alpine as base
FROM node:20-alpine as base
RUN apk add --no-cache g++ make py3-pip libc6-compat
RUN apk add --no-cache git
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"codegen": "graphql-codegen --config codegen.ts"
},
"engines": {
"node": "20.x"
"node": ">=20 <22"
},
"dependencies": {
"@apollo/client": "^3.10.2",
Expand Down

0 comments on commit c6fec6a

Please sign in to comment.