We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 139d5f1 commit 2c35feaCopy full SHA for 2c35fea
1 file changed
Dockerfile
@@ -15,8 +15,13 @@ ARG NEXT_PUBLIC_SENTRY_BACKEND_DSN
15
ARG NEXT_PUBLIC_LANGFUSE_PUBLIC_KEY
16
ARG NEXT_PUBLIC_LANGFUSE_BASE_URL
17
18
+<<<<<<< Updated upstream
19
FROM node:22.21.0-alpine3.20 AS node-alpine
20
FROM golang:1.23.4-alpine3.20 AS go-alpine
21
+=======
22
+FROM node:24-alpine3.23 AS node-alpine
23
+FROM golang:1.23.4-alpine3.19 AS go-alpine
24
+>>>>>>> Stashed changes
25
# ----------------------------------
26
27
# ------ Build Zoekt ------
0 commit comments