Compare commits

...

2 Commits

Author SHA1 Message Date
Lee
d3ba6eedc4 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
2024-10-23 07:41:36 +00:00
fbf5603866 Update oven/bun Docker tag to v1.1.32 2024-10-21 21:03:02 +00:00
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