fix: 🐋 dockerfile to latest instead of alpine

This commit is contained in:
ThatOneCalculator 2024-01-04 20:17:50 -08:00
parent eb7138ab9f
commit 00e7dfb41c
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM oven/bun:alpine as build
FROM oven/bun:latest as build
WORKDIR /app
@ -32,4 +32,4 @@ RUN pip3 install -r requirements.txt
COPY ./backend .
CMD [ "sh", "start.sh"]
CMD [ "sh", "start.sh"]