Skip to content

Commit 0f8f64c

Browse files
Update docker container Node.JS version to v20 (#78)
1 parent e5b83b6 commit 0f8f64c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Bumped NodeJS version to v20. ([#78](https://github.com/sourcebot-dev/sourcebot/pull/78))
13+
1014
## [2.4.2] - 2024-11-14
1115

1216
### Added

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-alpine3.19 AS node-alpine
1+
FROM node:20-alpine3.19 AS node-alpine
22
FROM golang:1.22.2-alpine3.19 AS go-alpine
33

44
# ------ Build Zoekt ------

0 commit comments

Comments
 (0)