This commit is contained in:
2025-08-23 14:06:40 +00:00
parent c3d80f0c61
commit 47d47d44c7
6 changed files with 334 additions and 3329 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
# Use a base image with node and build essentials
FROM node:20-buster
FROM node:20-bullseye
# Install dependencies and Bun
RUN apt-get update && \