fix: update base image in Dockerfile to version 1.2.18-alpine

This commit is contained in:
Arunavo Ray
2025-07-07 08:49:29 +05:30
parent 0caa327142
commit 5b275a17e3

View File

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