Skip to content

Commit

Permalink
fix: pin bun version
Browse files Browse the repository at this point in the history
There's a regression in 1.1.35
  • Loading branch information
fmorency committed Nov 22, 2024
1 parent 1bf7194 commit d0ed916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker.io/docker/dockerfile:1

FROM oven/bun:slim AS base
FROM oven/bun:1.1.34-slim AS base

# Install dependencies only when needed
FROM base AS deps
Expand Down

0 comments on commit d0ed916

Please sign in to comment.