Trying to build worker images
Build and Push Spoon Images / quality (push) Successful in 1m52s
Build and Push Spoon Images / build-images (push) Successful in 8m19s

This commit is contained in:
Gabriel Brown
2026-06-22 20:29:10 -04:00
parent 7e7bec56d5
commit f33f76d874
6 changed files with 80 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:22-bookworm
FROM docker.io/library/node:22-bookworm
ENV COREPACK_ENABLE_DOWNLOAD_PROMPT=0
+1 -1
View File
@@ -1,4 +1,4 @@
FROM oven/bun:1.3.10
FROM docker.io/oven/bun:1.3.10
RUN apt-get update \
&& apt-get install -y --no-install-recommends \