Browse Source

fix: 🐋 use official bun docker image

ThatOneCalculator 1 year ago
parent
commit
df77e8d1c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,6 +1,6 @@
 # syntax=docker/dockerfile:1
 # syntax=docker/dockerfile:1
 
 
-FROM imbios/bun-node:alpine as build
+FROM oven/bun:alpine as build
 
 
 WORKDIR /app
 WORKDIR /app