Update oven/bun Docker tag to v1.1.33 #87

Merged
Fascinated merged 1 commits from renovate/oven-bun-1.x into master 2024-10-24 08:08:24 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 02083204f7 - Show all commits

@ -1,4 +1,4 @@
FROM oven/bun:1.1.32-alpine AS base
FROM oven/bun:1.1.33-alpine AS base
# Install dependencies
FROM base AS depends

@ -1,4 +1,4 @@
FROM oven/bun:1.1.32-alpine AS base
FROM oven/bun:1.1.33-alpine AS base
# Install dependencies
FROM base AS depends