Updated dockerfile bun

This commit is contained in:
Arunavo Ray
2025-08-28 09:27:41 +05:30
parent e404490e75
commit 3fb71b666d

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.4 # syntax=docker/dockerfile:1.4
FROM oven/bun:1.2.19-alpine AS base FROM oven/bun:1.2.21 AS base
WORKDIR /app WORKDIR /app
RUN apk add --no-cache libc6-compat python3 make g++ gcc wget sqlite openssl ca-certificates RUN apk add --no-cache libc6-compat python3 make g++ gcc wget sqlite openssl ca-certificates