Skip to content

Commit 39db2fd

Browse files
committed
Update bblfshd to v2.12.1
Signed-off-by: Carlos Martín <[email protected]>
1 parent 8582449 commit 39db2fd

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.helm-defaults.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -5,38 +5,38 @@ service:
55
bblfshdServer:
66
image:
77
repository: bblfsh/bblfshd
8-
tag: v2.12.0
8+
tag: v2.12.1
99
pullPolicy: IfNotPresent
1010
drivers:
1111
install: true
1212
languages:
1313
python:
1414
repository: bblfsh/python-driver
15-
tag: v2.8.2
15+
tag: v2.8.3
1616
cpp:
1717
repository: bblfsh/cpp-driver
18-
tag: v1.2.3
18+
tag: v1.2.4
1919
java:
2020
repository: bblfsh/java-driver
21-
tag: v2.6.2
21+
tag: v2.6.3
2222
javascript:
2323
repository: bblfsh/javascript-driver
24-
tag: v2.7.2
24+
tag: v2.7.3
2525
bash:
2626
repository: bblfsh/bash-driver
27-
tag: v2.5.1
27+
tag: v2.5.2
2828
ruby:
2929
repository: bblfsh/ruby-driver
3030
tag: v2.9.2
3131
go:
3232
repository: bblfsh/go-driver
33-
tag: v2.5.2
33+
tag: v2.5.3
3434
csharp:
3535
repository: bblfsh/csharp-driver
36-
tag: v1.4.2
36+
tag: v1.4.3
3737
php:
3838
repository: bblfsh/php-driver
39-
tag: v2.7.3
39+
tag: v2.7.4
4040

4141
gitbaseServer:
4242
# commit defaults to HEAD unless given

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ services:
1717
volumes:
1818
- ${GITBASEPG_REPOS_FOLDER}:/opt/repos
1919
bblfsh:
20-
image: "bblfsh/bblfshd:v2.12.0-drivers"
20+
image: "bblfsh/bblfshd:v2.12.1-drivers"
2121
privileged: true

0 commit comments

Comments
 (0)