mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
refactor: ♻️ Clean up Dockerfile to not require Node to build
This commit is contained in:
parent
ade9bd08fa
commit
f904ad33ba
4 changed files with 2 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Use 1.1.4 for building to prevent a Unicode bug with 1.1.5+
|
||||
# Temporary until they fix it
|
||||
FROM imbios/bun-node:1.1.4-current-alpine as base
|
||||
FROM oven/bun:1.1.4-alpine as base
|
||||
|
||||
RUN apk add --no-cache libstdc++
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue