Compare commits

..

1 commit

Author SHA1 Message Date
304576ac85 chore(deps): pin dependencies
Some checks failed
ci/woodpecker/pr/workflow Pipeline failed
2025-11-19 00:02:19 +00:00

View file

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