We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c35fea commit c22b91aCopy full SHA for c22b91a
1 file changed
Dockerfile
@@ -15,13 +15,8 @@ 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