Merge pull request 'Update oven/bun Docker tag to v1.1.32' (#84) from renovate/oven-bun-1.x into master
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 1m9s
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m22s

Reviewed-on: #84
This commit is contained in:
Lee 2024-10-23 07:41:36 +00:00
commit d3ba6eedc4
2 changed files with 2 additions and 2 deletions

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

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