Compare commits

..

1 commit

Author SHA1 Message Date
a2be4e9c87 chore(deps): pin dependencies
All checks were successful
ci/woodpecker/pr/workflow Pipeline was successful
2025-09-29 00:02:05 +00:00

View file

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