Skip to content

Commit 77db22e

Browse files
Bump node:20-slim to :22-slim in Supabase Studio Dockerfile (supabase#36482)
Co-authored-by: Kevin Grüneberg <[email protected]>
1 parent a2e8882 commit 77db22e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/studio/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# docker builder prune
99
# docker build . -f apps/studio/Dockerfile --target production -t studio:latest --no-cache
1010

11-
FROM node:20-slim AS base
11+
FROM node:22-slim AS base
1212
ENV PNPM_HOME="/pnpm"
1313
ENV PATH="$PNPM_HOME:$PATH"
1414

0 commit comments

Comments
 (0)