Skip to content

Commit ca5432e

Browse files
authored
Bump bb to 1.3.187-SNAPSHOT to fix virtual thread use in http-kit server
1 parent 72a978d commit ca5432e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ An https://github.com/openfaas[OpenFaaS] template for writing Functions in https
1313

1414
== Why
1515

16-
> The ergonomics of Babashka, combined with the simplicity, make it a great choice for writing Functions in OpenFaaS, from single purpose Functions, to frontend facing REST APIs, to serving hiccup backed HTML pages - delivered with a back-to-back joyful development experience.
16+
> The ergonomics of Babashka, combined with the simplicity of Clojure, make it a great choice for writing Functions in OpenFaaS, from single purpose Functions, to frontend facing REST APIs, to serving hiccup backed HTML pages - delivered with a back-to-back joyful development experience.
1717

1818
Babashka is designed for minimal memory usage, allowing you to scale up your narrow-purposed Functions with comparable RAM consumption.
1919

template/bb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ghcr.io/openfaas/of-watchdog:0.9.13 AS watchdog
2-
FROM babashka/babashka:1.3.186 AS babashka
2+
FROM babashka/babashka:1.3.187-SNAPSHOT AS babashka
33
FROM eclipse-temurin:8u392-b08-jdk AS build
44

55
RUN set -e

0 commit comments

Comments
 (0)