From 34bf711980514ad9fae9444f4babef010fb7d147 Mon Sep 17 00:00:00 2001 From: Carlos Fontes Date: Sat, 30 Dec 2023 20:46:39 +0000 Subject: [PATCH] Bump bb to 1.3.187-SNAPSHOT --- README.adoc | 2 +- template/bb/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index dd09bc5..8a6fbda 100644 --- a/README.adoc +++ b/README.adoc @@ -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. diff --git a/template/bb/Dockerfile b/template/bb/Dockerfile index b262b52..d1a47f5 100644 --- a/template/bb/Dockerfile +++ b/template/bb/Dockerfile @@ -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