Update stuff
Build and Push Spoon Images / quality (push) Successful in 2m28s
Build and Push Spoon Images / build-images (push) Successful in 9m53s

This commit is contained in:
Gabriel Brown
2026-06-23 22:27:23 -04:00
parent 4fee7bf50d
commit 980a2c07e8
10 changed files with 136 additions and 24 deletions
+6
View File
@@ -1,5 +1,11 @@
FROM docker.io/oven/bun:1.3.10
ARG SPOON_BUILD_SHA=development
ARG SPOON_BUILD_CREATED_AT=unknown
ENV SPOON_BUILD_SHA=${SPOON_BUILD_SHA}
ENV SPOON_BUILD_CREATED_AT=${SPOON_BUILD_CREATED_AT}
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
bash \