diff --git a/Dockerfile b/Dockerfile index 15e3a8e..87129b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN npm ci RUN npm run build -FROM oven/bun:1.0.30-debian as backendBuild +FROM oven/bun:1.0.35-debian as backendBuild RUN mkdir -p /tmp/backend @@ -22,7 +22,7 @@ COPY apps/models /tmp/models RUN bun install -FROM oven/bun:1.0.32-debian +FROM oven/bun:1.0.35-debian RUN mkdir -p /usr/server/app