diff --git a/Dockerfile b/Dockerfile index a58fc43..f97d250 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.4 -FROM oven/bun:1.2.18-alpine AS base +FROM oven/bun:1.2.16-alpine AS base WORKDIR /app RUN apk add --no-cache libc6-compat python3 make g++ gcc wget sqlite openssl