mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
chore: 📦 Update all dependencies to latest version and Bun to 1.1.4
This commit is contained in:
parent
bf0153627e
commit
0929683c51
14 changed files with 4968 additions and 5567 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Bun doesn't run well on Musl but this seems to work
|
||||
FROM imbios/bun-node:1.1.3-current-alpine as base
|
||||
FROM imbios/bun-node:1.1.4-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.3-alpine
|
||||
FROM oven/bun:1.1.4-alpine
|
||||
|
||||
RUN apk add --no-cache libstdc++
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue