diff --git a/.helm-staging.yml b/.helm-staging.yml index 1c5fd2b2..42d7e87e 100644 --- a/.helm-staging.yml +++ b/.helm-staging.yml @@ -46,7 +46,7 @@ analyzers: bblfshd-sidecar: image: - tag: v2.12.0 + tag: v2.12.1 drivers: languages: # for js we have to lock old version due to style-analyzer @@ -56,25 +56,25 @@ bblfshd-sidecar: # for the rest we can use latest python: repository: bblfsh/python-driver - tag: v2.8.2 + tag: v2.8.3 cpp: repository: bblfsh/cpp-driver - tag: v1.2.3 + tag: v1.2.4 java: repository: bblfsh/java-driver - tag: v2.6.2 + tag: v2.6.3 bash: repository: bblfsh/bash-driver - tag: v2.5.1 + tag: v2.5.2 ruby: repository: bblfsh/ruby-driver tag: v2.9.2 go: repository: bblfsh/go-driver - tag: v2.5.2 + tag: v2.5.3 csharp: repository: bblfsh/csharp-driver - tag: v1.4.2 + tag: v1.4.3 php: repository: bblfsh/php-driver - tag: v2.7.3 + tag: v2.7.4 diff --git a/Makefile b/Makefile index a52b62d1..2e948c7e 100644 --- a/Makefile +++ b/Makefile @@ -119,8 +119,8 @@ ci-start-bblfsh: @echo "running bblfsh is unsupported on mac os ci" else ci-start-bblfsh: - docker run -d --name bblfshd --privileged -v $(HOME)/bblfshd:/var/lib/bblfshd -p "9432:9432" bblfsh/bblfshd:v2.12.0 - docker exec -it bblfshd bblfshctl driver install --force go bblfsh/go-driver:v2.5.2 + docker run -d --name bblfshd --privileged -v $(HOME)/bblfshd:/var/lib/bblfshd -p "9432:9432" bblfsh/bblfshd:v2.12.1 + docker exec -it bblfshd bblfshctl driver install --force go bblfsh/go-driver:v2.5.3 endif .PHONY: ci-integration-dependencies diff --git a/docker-compose.yml b/docker-compose.yml index 6a5c7e73..3af81a21 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,7 +22,7 @@ services: ports: - "9930:9930" bblfsh: - image: "bblfsh/bblfshd:v2.12.0-drivers" + image: "bblfsh/bblfshd:v2.12.1-drivers" privileged: true ports: - "9432:9432"