Skip to content

Commit 0262855

Browse files
authored
Use node 18
It seems like there's a bug with the node-postgres library when running in Node 20 that leads to SSL errors: MatteoGioioso/serverless-pg#91 Node 18 seems to always work fine though 👍
1 parent cf3418f commit 0262855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-slim AS base
1+
FROM node:18-slim AS base
22
ENV PNPM_HOME="/pnpm"
33
ENV PATH="$PNPM_HOME:$PATH"
44
RUN corepack enable

0 commit comments

Comments
 (0)