Skip to content

Commit cf90028

Browse files
committed
fix: pin bun to 1.3.11-alpine per review
1 parent e0f142f commit cf90028

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# --- Base ---
2-
FROM oven/bun:alpine AS base
2+
FROM oven/bun:1.3.11-alpine AS base
33
WORKDIR /app
44

55
# --- Install ---

0 commit comments

Comments
 (0)