We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b83b6 commit 0f8f64cCopy full SHA for 0f8f64c
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Changed
11
+
12
+- Bumped NodeJS version to v20. ([#78](https://github.com/sourcebot-dev/sourcebot/pull/78))
13
14
## [2.4.2] - 2024-11-14
15
16
### Added
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:18-alpine3.19 AS node-alpine
+FROM node:20-alpine3.19 AS node-alpine
2
FROM golang:1.22.2-alpine3.19 AS go-alpine
3
4
# ------ Build Zoekt ------
0 commit comments