Compare commits

..

1 commit

Author SHA1 Message Date
6c5e91b981 chore(deps): pin dependencies
All checks were successful
ci/woodpecker/pr/workflow Pipeline was successful
2025-06-22 00:02:39 +00:00

View file

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