Compare commits

..

1 commit

Author SHA1 Message Date
1bcbaa6905 chore(deps): pin dependencies
All checks were successful
ci/woodpecker/pr/workflow Pipeline was successful
2025-09-26 00:01:54 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ steps:
when:
- event: [tag, manual, push, pull_request]
branch: main
image: docker
image: docker@sha256:2ceb471176ad51e37145d43ce7cbf0fa5d644a2b185bd537f0ef695fb3a37497
environment:
DOCKER_USERNAME:
from_secret: docker_public_username

View file

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