Compare commits

..

1 commit

Author SHA1 Message Date
f59221f53d chore(deps): pin dependencies
All checks were successful
ci/woodpecker/pr/workflow Pipeline was successful
2025-08-25 00:01:24 +00:00

View file

@ -1,5 +1,5 @@
# Build stage of the application # Build stage of the application
FROM oven/bun@sha256:5a2011bf09364b9af658ac1e66f60d08092f4291aeefbff448d58b027734fdd0 AS build FROM oven/bun@sha256:78f46b81b82d767ee8d729411f6f95089a403c21f17c20a5789df00263d7c5b5 AS build
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN bun i && bun run build RUN bun i && bun run build