Merge pull request 'Update oven/bun Docker tag to v1.1.33' (#87) from renovate/oven-bun-1.x into master
Some checks failed
Deploy Backend / docker (ubuntu-latest) (push) Failing after 18s
Deploy Website / docker (ubuntu-latest) (push) Failing after 9s

Reviewed-on: #87
This commit is contained in:
Lee 2024-10-24 08:08:24 +00:00
commit 3b2a42a995
2 changed files with 2 additions and 2 deletions

@ -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