Skip to content

Commit 139d5f1

Browse files
fix: update Node.js base image to v22.21.0 for NODE_USE_ENV_PROXY support
Co-authored-by: brendan <brendan@sourcebot.dev>
1 parent a3c8c79 commit 139d5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ARG NEXT_PUBLIC_SENTRY_BACKEND_DSN
1515
ARG NEXT_PUBLIC_LANGFUSE_PUBLIC_KEY
1616
ARG NEXT_PUBLIC_LANGFUSE_BASE_URL
1717

18-
FROM node:22-alpine3.20 AS node-alpine
18+
FROM node:22.21.0-alpine3.20 AS node-alpine
1919
FROM golang:1.23.4-alpine3.20 AS go-alpine
2020
# ----------------------------------
2121

0 commit comments

Comments
 (0)