Skip to content

Commit 2c35fea

Browse files
version bump
1 parent 139d5f1 commit 2c35fea

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@ ARG NEXT_PUBLIC_SENTRY_BACKEND_DSN
1515
ARG NEXT_PUBLIC_LANGFUSE_PUBLIC_KEY
1616
ARG NEXT_PUBLIC_LANGFUSE_BASE_URL
1717

18+
<<<<<<< Updated upstream
1819
FROM node:22.21.0-alpine3.20 AS node-alpine
1920
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
2025
# ----------------------------------
2126

2227
# ------ Build Zoekt ------

0 commit comments

Comments
 (0)