We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9936e commit 21883b5Copy full SHA for 21883b5
1 file changed
Dockerfile
@@ -15,7 +15,7 @@ ARG NEXT_PUBLIC_SENTRY_BACKEND_DSN
15
ARG NEXT_PUBLIC_LANGFUSE_PUBLIC_KEY
16
ARG NEXT_PUBLIC_LANGFUSE_BASE_URL
17
18
-FROM node:24-alpine3.19 AS node-alpine
+FROM node:24-alpine3.23 AS node-alpine
19
FROM golang:1.23.4-alpine3.19 AS go-alpine
20
# ----------------------------------
21
0 commit comments