Compare commits

..

1 commit

Author SHA1 Message Date
20c7dd408f chore(deps): pin dependencies
All checks were successful
ci/woodpecker/pr/workflow Pipeline was successful
2025-10-23 00:01:40 +00:00

View file

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