Sfoglia il codice sorgente

fix: 🐋 use official bun docker image

ThatOneCalculator 1 anno fa
parent
commit
df77e8d1c1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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