Skip to content

Commit 3810483

Browse files
committed
fix: update Dockerfile test to accept pinned bun version
1 parent 3488305 commit 3810483

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/api/src/deploy.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ describe('Dockerfile', () => {
167167
})
168168

169169
test('production stage uses slim image', () => {
170-
expect(dockerfile).toContain('FROM oven/bun:1-slim')
170+
expect(dockerfile).toMatch(/FROM oven\/bun:[\d.]+-slim/)
171171
})
172172

173173
test('sets NODE_ENV to production', () => {

0 commit comments

Comments
 (0)