chore: 📦 Update packages and Bun version

This commit is contained in:
Jesse Wierzbinski 2024-05-01 18:59:39 -10:00
parent d2d8151f35
commit 035d90c763
No known key found for this signature in database
3 changed files with 108 additions and 108 deletions

View file

@ -1,5 +1,5 @@
# Bun doesn't run well on Musl but this seems to work
FROM imbios/bun-node:1.1.5-current-alpine as base
FROM imbios/bun-node:1.1.6-current-alpine as base
RUN apk add --no-cache libstdc++
@ -25,7 +25,7 @@ RUN bun run prod-build
WORKDIR /temp/dist
# Copy production dependencies and source code into final image
FROM oven/bun:1.1.5-alpine
FROM oven/bun:1.1.6-alpine
RUN apk add --no-cache libstdc++

BIN
bun.lockb

Binary file not shown.