Skip to content

Commit

Permalink
Bump bb to 1.3.187-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ccfontes committed Dec 30, 2023
1 parent 72a978d commit 34bf711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ An https://github.com/openfaas[OpenFaaS] template for writing Functions in https

== Why

> 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.
> 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.

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

Expand Down
2 changes: 1 addition & 1 deletion template/bb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ghcr.io/openfaas/of-watchdog:0.9.13 AS watchdog
FROM babashka/babashka:1.3.186 AS babashka
FROM babashka/babashka:1.3.187-SNAPSHOT AS babashka
FROM eclipse-temurin:8u392-b08-jdk AS build

RUN set -e
Expand Down

0 comments on commit 34bf711

Please sign in to comment.