diff --git a/Dockerfile b/Dockerfile index 066bc34cd..a157c66e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +CMD [ "sh", "start.sh"]