Skip to content

Commit

Permalink
build: update bun to v1.1.26
Browse files Browse the repository at this point in the history
That release fixes various things, including oven-sh/bun#5122, which
occurred in the last CI run.
  • Loading branch information
lukasjuhrich committed Aug 28, 2024
1 parent f767883 commit 6ceb978
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.3
bun-version: 1.1.26
- run: bun install --frozen-lockfile
- run: bun run bundle --prod
- name: Check for outdated NPM packages
Expand Down
4 changes: 2 additions & 2 deletions docker/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ RUN --mount=type=cache,target=/var/cache/apk,sharing=locked \
apk add unzip curl
RUN <<EOF ash
set -euo pipefail
curl -sSfLO https://github.com/oven-sh/bun/releases/download/bun-v1.1.3/bun-linux-x64-baseline.zip
curl -sSfLO https://github.com/oven-sh/bun/releases/download/bun-v1.1.26/bun-linux-x64-baseline.zip
unzip -j bun-linux-x64-baseline.zip bun-linux-x64-baseline/bun -d /opt
echo "e1c94765691f95ca593cf921c89d7bba951cd6e876d28f67ee37a3feeb288f55 /opt/bun" \
echo "610bf0daf21cbb7a80be18b2bdb67c0cdcb9e83c680afa082e70a970db78f895 /opt/bun" \
| sha256sum -c -
EOF

Expand Down

0 comments on commit 6ceb978

Please sign in to comment.