Mirror from bluesky-social/pds
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

upgrade to node v20.20

Devin Ivy 0ef78175 0bcdf323

+3 -2
+3 -2
Dockerfile
··· 1 - FROM node:20.19-alpine3.23 as build 1 + # NOTE there is an additional build stage below that should match 2 + FROM node:20.20-alpine3.23 as build 2 3 3 4 RUN corepack enable 4 5 ··· 16 17 RUN pnpm install --production --frozen-lockfile > /dev/null 17 18 18 19 # Uses assets from build stage to reduce build size 19 - FROM node:20.19-alpine3.22 20 + FROM node:20.20-alpine3.23 20 21 21 22 RUN apk add --update dumb-init 22 23